diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-15 18:58:23 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-15 18:58:23 +0000 |
commit | 4a8c59bd966573e7d77163e9e8a75a518e7a3ec2 (patch) | |
tree | b828e9986f1c01947724417e66f87b63a8ac7564 /indra/llmath/CMakeLists.txt | |
parent | 9672abecd4b2bbcb9a6b6d0f30b0df97da079f22 (diff) |
DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration test.
Diffstat (limited to 'indra/llmath/CMakeLists.txt')
-rw-r--r-- | indra/llmath/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt index e4a10f8310..9006a8a284 100644 --- a/indra/llmath/CMakeLists.txt +++ b/indra/llmath/CMakeLists.txt @@ -102,8 +102,9 @@ LL_ADD_PROJECT_UNIT_TESTS(llmath "${llmath_TEST_SOURCE_FILES}") set(test_libs llmath llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) # TODO: Some of these need refactoring to be proper Unit tests rather than Integration tests. LL_ADD_INTEGRATION_TEST(llbbox llbbox.cpp "${test_libs}") -LL_ADD_INTEGRATION_TEST(mathmisc "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llquaternion llquaternion.cpp "${test_libs}") +LL_ADD_INTEGRATION_TEST(mathmisc "" "${test_libs}") +LL_ADD_INTEGRATION_TEST(m3math "" "${test_libs}") LL_ADD_INTEGRATION_TEST(v3dmath v3dmath.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(v3math v3math.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(v4math v4math.cpp "${test_libs}") |