summaryrefslogtreecommitdiff
path: root/indra/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-10-12 14:13:57 +0000
committerAdam Moss <moss@lindenlab.com>2009-10-12 14:13:57 +0000
commitb73e71ebdf4366b11d3fd43ac80e2a3dc7f30cb2 (patch)
treef447575edf2aded5a7c0f8ffdd7cba870b11ac3d /indra/test/CMakeLists.txt
parent276e80ce367dd89d7f3b2882ff669d6b59b78c0c (diff)
DEV-41174 more automated testing love
* turn llnamevalue_tut into a llmessage unit test * turn llsdserialize_tut into a llcommon integration test * re-enable the (quite slow) llsdserialize test on win32 now that it doesn't have to run on every recompile * re-enable all llmessage unit tests on linux viewer builds
Diffstat (limited to 'indra/test/CMakeLists.txt')
-rw-r--r--indra/test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt
index a842548980..bb33f0956d 100644
--- a/indra/test/CMakeLists.txt
+++ b/indra/test/CMakeLists.txt
@@ -49,7 +49,6 @@ set(test_SOURCE_FILES
llmime_tut.cpp
llmessageconfig_tut.cpp
llmodularmath_tut.cpp
- llnamevalue_tut.cpp
llpermissions_tut.cpp
llpipeutil.cpp
llsaleinfo_tut.cpp
@@ -57,7 +56,6 @@ set(test_SOURCE_FILES
llsdmessagebuilder_tut.cpp
llsdmessagereader_tut.cpp
llsd_new_tut.cpp
- llsdserialize_tut.cpp
llsdutil_tut.cpp
llservicebuilder_tut.cpp
llstreamtools_tut.cpp