diff options
author | Andrew Plumb <andrew@plumb.org> | 2012-02-15 02:22:48 (GMT) |
---|---|---|
committer | Andrew Plumb <andrew@plumb.org> | 2012-02-15 02:22:48 (GMT) |
commit | 5d6a259a8b64810e3e6bae6c3da9e018e9d8927f (patch) | |
tree | 0b88417db5bef0b7afb9683bde228e263c9f7eac /tests/CMakeLists.txt | |
parent | 44ff85399011ea1bd3eb812ce97d312ccc4f32eb (diff) |
Added vector math support.
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix
support.
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 b81ce8c..4329795 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -608,7 +608,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/vector-values.scad) list(APPEND DUMPTEST_FILES ${MINIMAL_FILES} ${FEATURES_FILES} ${EXAMPLE_FILES}) list(APPEND DUMPTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/escape-test.scad |