diff options
| author | Martin Reddy <lynx@lindenlab.com> | 2009-07-15 16:02:31 +0000 | 
|---|---|---|
| committer | Martin Reddy <lynx@lindenlab.com> | 2009-07-15 16:02:31 +0000 | 
| commit | 28c9537398434a75a0a46c401754b1048b4d91e1 (patch) | |
| tree | 05b1c2a3bb7cd69822491f989aebd409cc9f9e79 /indra/test | |
| parent | 7cdaba233244746ccfe40cb8e5542ac63fc1927f (diff) | |
DEV-35500: Write new llmath unit tests
- Added unit tests for LLRect and LLBBoxLocal in indra/test
- Moved newview/LLBBox to llmath, and added unit tests for it
- Removed methods in llbboxlocal.h and llbbox.h that were not
  actually implemented (declared in .h, but not defined in cpp)
Reviewed by babbage.
Diffstat (limited to 'indra/test')
| -rw-r--r-- | indra/test/CMakeLists.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 9ea8d5e5fb..463eedb4fd 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -32,6 +32,8 @@ set(test_SOURCE_FILES      io.cpp  #    llapp_tut.cpp						# Temporarily removed until thread issues can be solved      llbase64_tut.cpp +    llbbox_tut.cpp +    llbboxlocal_tut.cpp      llblowfish_tut.cpp      llbuffer_tut.cpp      lldate_tut.cpp @@ -54,6 +56,7 @@ set(test_SOURCE_FILES      llpipeutil.cpp      llquaternion_tut.cpp      llrandom_tut.cpp +    llrect_tut.cpp      llsaleinfo_tut.cpp      llscriptresource_tut.cpp      llsdmessagebuilder_tut.cpp | 
