diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 18:04:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 18:04:01 (GMT) |
commit | 0d4329d0599000b0dc63740e0dff0d66598a18a4 (patch) | |
tree | 1bfb9572110dfb3e1c8066a63a724eebb54d9488 | |
parent | c5758fbbfc13f3cf098bc74acdd1154bcab55cb7 (diff) |
Configure cgalpngtest
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 533517a..7da873a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -201,9 +201,9 @@ add_cmdline_test(csgtermtest txt ${MINIMAL_FILES}) add_cmdline_test(cgaltest stl ${CGALTEST_FILES}) # Add cgalpngtest tests to CTest -LIST(APPEND CGALTEST_FILES ${FEATURES_FILES}) -LIST(APPEND CGALTEST_FILES ${CMAKE_SOURCE_DIR}/../examples/example001.scad) -add_cmdline_test(cgaltest stl ${CGALPNGTEST_FILES}) +LIST(APPEND CGALPNGTEST_FILES ${FEATURES_FILES}) +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}) |