diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-24 22:10:46 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-24 22:10:46 (GMT) |
commit | 42d709908950790302f2f0bfc24267b77d6716c0 (patch) | |
tree | df1eae5dabb2f2aecfaba217e65d727a16c032c8 /tests/CMakeLists.txt | |
parent | 3f0a991a3da991ce9672fe92cffa157e194abab9 (diff) |
Attempt to batte floating point rounding differences for testing purposes
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 15f168f..6de3d93 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -199,6 +199,7 @@ include_directories(${CGAL_INCLUDE_DIRS}) include_directories(../src) add_definitions(-DOPENSCAD_VERSION=test -DOPENSCAD_YEAR=2011 -DOPENSCAD_MONTH=10) +add_definitions(-DOPENSCAD_TESTING) set(CORE_SOURCES tests-common.cc |