diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 20:44:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 20:44:16 (GMT) |
commit | 7599b30f864803186fd6dc68f50e9253986a5acc (patch) | |
tree | b509838cf007d0959bdd8db88462d86a27a1e08f | |
parent | 915c530ac40c3c8b4f9021720ee594b840b1ce2b (diff) |
Reinstate opencsg tests
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7da873a..aff746b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -206,7 +206,7 @@ LIST(APPEND CGALPNGTEST_FILES ${CMAKE_SOURCE_DIR}/../examples/example001.scad) add_cmdline_test(cgalpngtest png ${CGALPNGTEST_FILES}) # Add opencsg tests to CTest -LIST(APPEND OPENCSGTEST_FILES ${CGALTEST_FILES}) +LIST(APPEND OPENCSGTEST_FILES ${CGALPNGTEST_FILES}) add_cmdline_test(opencsgtest png ${OPENCSGTEST_FILES}) # Add dxfexport tests to CTest |