diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-04 16:28:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-04 16:28:04 (GMT) |
commit | 1bd45c18919582f3896087264d2597a03d66ca1a (patch) | |
tree | 8fcff17437ac0a35e20ae9b503caf0ed0c149c79 | |
parent | dbb0b3442b1fa80889053117152d972bd0800ae7 (diff) |
Added some opencsgtest tests. Image compare code is still missing
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a6ba704..a2ee8dc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -191,8 +191,8 @@ LIST(APPEND CGALTEST_FILES ${CMAKE_SOURCE_DIR}/../examples/example001.scad) add_cmdline_test(cgaltest stl ${CGALTEST_FILES}) # Add opencsg tests to CTest -#LIST(APPEND OPENCSGTEST_FILES ${CGALTEST_FILES}) -#add_cmdline_test(opencsgtest png ${OPENCSGTEST_FILES}) +LIST(APPEND OPENCSGTEST_FILES ${CGALTEST_FILES}) +add_cmdline_test(opencsgtest png ${OPENCSGTEST_FILES}) # Add dxfexport tests to CTest #add_cmdline_test(${CMAKE_SOURCE_DIR}/../test-code/exportdxf dxf ${SCAD_FILES}) |