From 7599b30f864803186fd6dc68f50e9253986a5acc Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 1 Sep 2011 22:44:16 +0200 Subject: Reinstate opencsg tests 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 -- cgit v0.10.1