diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0a1efd3..cdaaeaf 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -522,18 +522,6 @@ add_library(tests-offscreen STATIC ${OFFSCREEN_SOURCES}) set(TESTS-NOCGAL-LIBRARIES ${TESTS-CORE-LIBRARIES}) # -# echotest -# -add_executable(echotest echotest.cc) -target_link_libraries(echotest tests-nocgal ${TESTS-NOCGAL-LIBRARIES}) - -# -# dumptest -# -add_executable(dumptest dumptest.cc) -target_link_libraries(dumptest tests-nocgal ${TESTS-NOCGAL-LIBRARIES}) - -# # moduledumptest # add_executable(moduledumptest moduledumptest.cc) @@ -929,7 +917,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake ${TMP}) # Add tests add_cmdline_test(echotest SUFFIX txt FILES ${ECHO_FILES}) -add_cmdline_test(dumptest SUFFIX txt FILES ${DUMPTEST_FILES}) +add_cmdline_test(dumptest SUFFIX csg FILES ${DUMPTEST_FILES}) add_cmdline_test(moduledumptest SUFFIX txt FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/allmodules.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/allfunctions.scad |