diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-09 15:28:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-09 15:28:05 (GMT) |
commit | 3780677def0ab71375f976efe0235c840dd02de2 (patch) | |
tree | 5b1c9b7730ab22e53c39e46f2a8131456d95dc81 /tests/CMakeLists.txt | |
parent | 715d539f4ea1a37833ab2429262593aee57304fe (diff) |
Added testcase for #322
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 964adc2..38b2758 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -757,7 +757,8 @@ list(APPEND ECHO_FILES ${FUNCTION_FILES} ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/search-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/recursion-tests.scad ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/value-reassignment-tests.scad - ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/variable-scope-tests.scad) + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/variable-scope-tests.scad + ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/lookup-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 |