Skip to content
Snippets Groups Projects
Commit f96a3051 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: remove Lua tests (not working, not needed)

parent 81a49cd2
No related branches found
No related tags found
No related merge requests found
set(TEST_DRIVER "${OTB_TEST_DRIVER}"
--add-before-env LD_LIBRARY_PATH "${CMAKE_BINARY_DIR}/Code/Wrappers/SWIG"
--add-before-env ITK_AUTOLOAD_PATH "${CMAKE_BINARY_DIR}/Example"
)
add_test( NAME luTvSmoothing
COMMAND ${TEST_DRIVER} Execute
${CMAKE_BINARY_DIR}/Code/Wrappers/SWIG/otbApplicationLua
${CMAKE_CURRENT_SOURCE_DIR}/LuaSmoothingTest.lua
${OTB_DATA_ROOT}/Input/ToulouseExtract_WithGeom.tif
${TEMP}/rbTvSmoothing_ )
add_test( NAME luTvRescale
COMMAND ${TEST_DRIVER} Execute
${CMAKE_BINARY_DIR}/Code/Wrappers/SWIG/otbApplicationLua
${CMAKE_CURRENT_SOURCE_DIR}/LuaRescaleTest.lua
${OTB_DATA_ROOT}/Input/ToulouseExtract_WithGeom.tif
${TEMP}/rbTvRescale )
print ( "Lua test begin" )
r = otbApplication.Registry
apps = r:GetAvailableApplications()
print ( "otbApplication.Registry:GetAvailableApplications OK" )
print ( "apps" )
print ( apps )
os.exit ( 0 )
\ No newline at end of file
print ( "Lua test begin" )
r = otbApplication.Registry
apps = r:GetAvailableApplications()
print ( "otbApplication.Registry:GetAvailableApplications OK" )
print ( "apps" )
print ( apps )
os.exit ( 0 )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment