diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-04 00:53:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-04 00:53:30 (GMT) |
commit | 2af8a70b71c540b19d87ffb84eb26e7e2f7d0726 (patch) | |
tree | 706a31501a93bf260df9334b0506721d395bbf8d /tests/CMakeLists.txt | |
parent | 3d204ad27be09a368f2da62cb5c930c6b7edbf55 (diff) |
Activated opencsgtest
Diffstat (limited to 'tests/CMakeLists.txt')
-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 af64772..9b8ee59 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -221,7 +221,7 @@ add_cmdline_test(cgalpngtest png ${CGALPNGTEST_FILES}) # Add opencsg tests to CTest LIST(APPEND OPENCSGTEST_FILES ${CGALPNGTEST_FILES}) -#add_cmdline_test(opencsgtest png ${OPENCSGTEST_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}) |