diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 11:51:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 11:51:51 (GMT) |
commit | 4f8c89ecf0986034c8dccbac0130619a3d502c1a (patch) | |
tree | f8bb554a3d8f272d17bd7c57eca627ba33ac92bb /tests/CMakeLists.txt | |
parent | 4b54876b7a1d54bb7439a9ef8324a74d1a63acb8 (diff) | |
parent | 2e7a27f64416b3bb5b8e0a5d2969292cbacde7b6 (diff) |
Merge branch 'search_function' of https://github.com/clothbot/openscad into clothbot-search_function
Diffstat (limited to 'tests/CMakeLists.txt')
-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 7019a17..9803704 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -616,7 +616,8 @@ list(APPEND ECHO_FILES ${FUNCTION_FILES} ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/dim-all.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/string-test.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/string-indexing.scad - ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/vector-values.scad) + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/vector-values.scad + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/search-tests.scad) list(APPEND DUMPTEST_FILES ${MINIMAL_FILES} ${FEATURES_FILES} ${EXAMPLE_FILES}) list(APPEND DUMPTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/escape-test.scad |