diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 13:00:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 13:00:15 (GMT) |
commit | 1b63103f636ae2cbc68ee29eadce2d26f02d38c8 (patch) | |
tree | 5b38d881ee2addecccd3ce578d5b9ce830955595 /tests/CMakeLists.txt | |
parent | 89ffc684864c8e109e4c0ea5c9ba61a407179c60 (diff) | |
parent | a6678827b797b50b9dfea5cd1c0fc6a33f310872 (diff) |
Merge branch '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 |