diff options
author | Brad Pitcher <bradpitcher@gmail.com> | 2012-01-08 19:40:04 (GMT) |
---|---|---|
committer | Brad Pitcher <bradpitcher@gmail.com> | 2012-01-08 19:40:04 (GMT) |
commit | 28f5f7a91025a077dad07fe4c86f079ab9c735b7 (patch) | |
tree | 45d60c489d384b9ef4749ac52ae17e3f93856416 /tests/CMakeLists.txt | |
parent | f3e6e8168bac6b14383d1d321de7dcf122e0b7de (diff) |
added tests passing infinity to various functions
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 edab744..5343252 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -599,7 +599,8 @@ 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/string-indexing.scad + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/inf-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) |