diff --git a/Testing/Lua/CMakeLists.txt b/Testing/Lua/CMakeLists.txt
deleted file mode 100644
index 642512e59474b1d52cef80b935412264edb9f3e4..0000000000000000000000000000000000000000
--- a/Testing/Lua/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-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 )
diff --git a/Testing/Lua/LuaRescaleTest.lua b/Testing/Lua/LuaRescaleTest.lua
deleted file mode 100644
index fdca6b65711bdfea12ad2decd5432ab8129e273e..0000000000000000000000000000000000000000
--- a/Testing/Lua/LuaRescaleTest.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-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
diff --git a/Testing/Lua/LuaSmoothingTest.lua b/Testing/Lua/LuaSmoothingTest.lua
deleted file mode 100644
index fdca6b65711bdfea12ad2decd5432ab8129e273e..0000000000000000000000000000000000000000
--- a/Testing/Lua/LuaSmoothingTest.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-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