diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 00:31:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 00:31:47 (GMT) |
commit | 297a6f61c6a14eb10ee7438eb092395b3d71f81c (patch) | |
tree | 918210945f35117cb59e1bed3a393265c33694d2 | |
parent | fab0f891b79c0c2cbc91120f7648af8a96c6669d (diff) |
Added include-tests
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1ee2ae7..f7fd320 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -233,7 +233,8 @@ LIST(APPEND CGALPNGTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/features/intersection_for-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/features/render-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/features/projection-tests.scad - ${CMAKE_SOURCE_DIR}/../testdata/scad/features/assign-tests.scad) + ${CMAKE_SOURCE_DIR}/../testdata/scad/features/assign-tests.scad + ${CMAKE_SOURCE_DIR}/../testdata/scad/features/include-tests.scad) #LIST(APPEND CGALPNGTEST_FILES ${CMAKE_SOURCE_DIR}/../examples/example001.scad) add_cmdline_test(cgalpngtest png ${CGALPNGTEST_FILES}) |