Skip to content
Snippets Groups Projects
Commit 5fe65644 authored by Adam Moss's avatar Adam Moss
Browse files

DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test.

parent ec08dec2
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ set(test_libs llmath llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) ...@@ -95,6 +95,7 @@ set(test_libs llmath llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES})
# some of these are probably pretty decent *unit* tests rather than integration tests, but I have to work out a CMake whining puzzle. # some of these are probably pretty decent *unit* tests rather than integration tests, but I have to work out a CMake whining puzzle.
LL_ADD_INTEGRATION_TEST(llbbox llbbox.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(llbbox llbbox.cpp "${test_libs}")
LL_ADD_INTEGRATION_TEST(llbboxlocal llbboxlocal.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(llbboxlocal llbboxlocal.cpp "${test_libs}")
LL_ADD_INTEGRATION_TEST(mathmisc "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llquaternion llquaternion.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(llquaternion llquaternion.cpp "${test_libs}")
LL_ADD_INTEGRATION_TEST(v2math v2math.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(v2math v2math.cpp "${test_libs}")
LL_ADD_INTEGRATION_TEST(v3color v3color.cpp "${test_libs}") LL_ADD_INTEGRATION_TEST(v3color v3color.cpp "${test_libs}")
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#include <cmath>
#include "linden_common.h" #include "linden_common.h"
#include "../test/lltut.h" #include "../test/lltut.h"
......
This diff is collapsed.
...@@ -72,7 +72,6 @@ set(test_SOURCE_FILES ...@@ -72,7 +72,6 @@ set(test_SOURCE_FILES
lluri_tut.cpp lluri_tut.cpp
lluuidhashmap_tut.cpp lluuidhashmap_tut.cpp
llxfer_tut.cpp llxfer_tut.cpp
math.cpp
message_tut.cpp message_tut.cpp
reflection_tut.cpp reflection_tut.cpp
stringize_tut.cpp stringize_tut.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment