diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-09 00:44:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 00:44:01 (GMT) |
commit | ad338d3e46eac0d0277a7000c48972d47f6c0091 (patch) | |
tree | 60c7a1d008cc89f9dc88ec905e4c9d8b548ffd74 /tests/CMakeLists.txt | |
parent | d3c9654ed5cfed4f03b51f7f1ef14e521b26d446 (diff) |
Another try at fixing double-to-text conversion for testing
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e2f5699..6a3b432 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -600,8 +600,7 @@ list(APPEND ECHO_FILES ${FUNCTION_FILES} ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/builtin-tests.scad ${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/inf-tests.scad) + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/string-indexing.scad) list(APPEND DUMPTEST_FILES ${MINIMAL_FILES} ${FEATURES_FILES} ${EXAMPLE_FILES}) list(APPEND DUMPTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/escape-test.scad) |