diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-05 18:38:03 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-05 18:38:03 (GMT) |
commit | efcbf8e1a20b46081b9348aa9b6536a23b519073 (patch) | |
tree | a6cf25a29c211d0abe574c8c8057e48a90e656a6 /tests/CMakeLists.txt | |
parent | d14a24a2b63d7d3815e02a79ef9dacd76cd01f4d (diff) |
Minor refactoring of test code
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e2cbbe5..827eb5d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -158,6 +158,7 @@ include_directories(../src) add_definitions(-DOPENSCAD_VERSION=test -DOPENSCAD_YEAR=2011 -DOPENSCAD_MONTH=10) set(CORE_SOURCES + tests-common.cc ../src/mathc99.cc ../src/handle_dep.cc ../src/qhash.cc |