From ec08dec2074be37e1b40a4385169ba5ed68b1923 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 12:53:59 +0000 Subject: repair the legacy tut test manifest. --- indra/test/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 463eedb4fd..ecc138d56d 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -32,8 +32,6 @@ 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,7 +52,6 @@ set(test_SOURCE_FILES llnamevalue_tut.cpp llpermissions_tut.cpp llpipeutil.cpp - llquaternion_tut.cpp llrandom_tut.cpp llrect_tut.cpp llsaleinfo_tut.cpp @@ -66,7 +63,6 @@ set(test_SOURCE_FILES llsdutil_tut.cpp llservicebuilder_tut.cpp llstreamtools_tut.cpp - llstring_tut.cpp lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp lltiming_tut.cpp @@ -81,13 +77,6 @@ set(test_SOURCE_FILES reflection_tut.cpp stringize_tut.cpp test.cpp - v2math_tut.cpp - v3color_tut.cpp - v3dmath_tut.cpp - v3math_tut.cpp - v4color_tut.cpp - v4coloru_tut.cpp - v4math_tut.cpp ) set(test_HEADER_FILES -- cgit v1.2.3 From 5fe65644b5ac422b2d7f1558f9e38e8d0dbc7674 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:36:46 +0000 Subject: DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index ecc138d56d..e12c24ebee 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -72,7 +72,6 @@ set(test_SOURCE_FILES lluri_tut.cpp lluuidhashmap_tut.cpp llxfer_tut.cpp - math.cpp message_tut.cpp reflection_tut.cpp stringize_tut.cpp -- cgit v1.2.3 From 6ee4a7f429802c9e0f817b09eadcdb33b45cb888 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:46:20 +0000 Subject: DEV-41089 convert legacy tut llrect test into a llmath integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index e12c24ebee..277695758e 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -53,7 +53,6 @@ set(test_SOURCE_FILES llpermissions_tut.cpp llpipeutil.cpp llrandom_tut.cpp - llrect_tut.cpp llsaleinfo_tut.cpp llscriptresource_tut.cpp llsdmessagebuilder_tut.cpp -- cgit v1.2.3 From 1ee157028845048d931c0c7fdd1bcac53bda324e Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 13:52:53 +0000 Subject: DEV-41090 convert legacy llrand tut test into a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 277695758e..a842548980 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -52,7 +52,6 @@ set(test_SOURCE_FILES llnamevalue_tut.cpp llpermissions_tut.cpp llpipeutil.cpp - llrandom_tut.cpp llsaleinfo_tut.cpp llscriptresource_tut.cpp llsdmessagebuilder_tut.cpp -- cgit v1.2.3 From b73e71ebdf4366b11d3fd43ac80e2a3dc7f30cb2 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:13:57 +0000 Subject: 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 --- indra/test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/test/CMakeLists.txt') 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 -- cgit v1.2.3 From c3c03419fec9147c3be3518d46078279155d8f44 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:20:51 +0000 Subject: DEV-41175 convert legacy common.cpp tut test into llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index bb33f0956d..f513efdffe 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( ) set(test_SOURCE_FILES - common.cpp inventory.cpp io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved -- cgit v1.2.3 From 2798d1bc6772da41e0230b1ad69e01e7039a7851 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:32:16 +0000 Subject: DEV-41176 convert legacy inventory.cpp tut test into an llinventory integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index f513efdffe..25f24573b9 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( ) set(test_SOURCE_FILES - inventory.cpp io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved llbase64_tut.cpp -- cgit v1.2.3 From 2a99e18ea152ef8843a12d7056436ee01dff5964 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Mon, 12 Oct 2009 14:56:03 +0000 Subject: DEV-41178 convert lldate legacy monolithic tut test into a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 25f24573b9..a5df23860c 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -32,7 +32,6 @@ set(test_SOURCE_FILES llbase64_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp - lldate_tut.cpp lldependencies_tut.cpp lldoubledispatch_tut.cpp llerror_tut.cpp -- cgit v1.2.3 From 423f5b0078d813a14759f9671c11aedadc3a2d78 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:32:56 +0000 Subject: DEV-41341 tut lltiming test -> llframetimer integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index a5df23860c..52b370873f 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES llstreamtools_tut.cpp lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp - lltiming_tut.cpp lltranscode_tut.cpp lltreeiterators_tut.cpp lltut.cpp -- cgit v1.2.3 From 226c08130d6648bc53b25f45d2ec2a5d7b9f8977 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:43:12 +0000 Subject: DEV-41343 lljoint unit test - resurrected - this was previously disabled (and old-style monolithic tut) --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 52b370873f..ff68b2d68a 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -42,7 +42,6 @@ set(test_SOURCE_FILES llhttpnode_tut.cpp llinventoryparcel_tut.cpp lliohttpserver_tut.cpp - lljoint_tut.cpp llmime_tut.cpp llmessageconfig_tut.cpp llmodularmath_tut.cpp -- cgit v1.2.3 From c7df37b5312d60ef5b8b6d41b6c14065cffdb976 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:49:08 +0000 Subject: DEV-41344 convert monolithic tut lltreeiterators test to a llcommon integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index ff68b2d68a..dd11a0bc7e 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES lltemplatemessagebuilder_tut.cpp lltimestampcache_tut.cpp lltranscode_tut.cpp - lltreeiterators_tut.cpp lltut.cpp lluri_tut.cpp lluuidhashmap_tut.cpp -- cgit v1.2.3 From f31397291b9212701679cd18bbb870ccec3a5732 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:59:54 +0000 Subject: DEV-41345 turn llmodularmath_tut into a real llmath unit test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index dd11a0bc7e..db78b7b9ec 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -44,7 +44,6 @@ set(test_SOURCE_FILES lliohttpserver_tut.cpp llmime_tut.cpp llmessageconfig_tut.cpp - llmodularmath_tut.cpp llpermissions_tut.cpp llpipeutil.cpp llsaleinfo_tut.cpp -- cgit v1.2.3 From 986bf99839a79f13a4b16218c221cb123d4bfc15 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:05:15 +0000 Subject: DEV-41352 convert lluri tut test to a llcommon integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index db78b7b9ec..c40f16e02c 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -58,7 +58,6 @@ set(test_SOURCE_FILES lltimestampcache_tut.cpp lltranscode_tut.cpp lltut.cpp - lluri_tut.cpp lluuidhashmap_tut.cpp llxfer_tut.cpp message_tut.cpp -- cgit v1.2.3 From db6dff1d1f1a3ba178cd24095a2bc0c56b63f0a9 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:10:46 +0000 Subject: DEV-41354 convert llerror tut test into a llcommon integration test --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index c40f16e02c..27f3582562 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -34,7 +34,6 @@ set(test_SOURCE_FILES llbuffer_tut.cpp lldependencies_tut.cpp lldoubledispatch_tut.cpp - llerror_tut.cpp llevents_tut.cpp llhost_tut.cpp llhttpdate_tut.cpp -- cgit v1.2.3 From 11501bb4b465cc5fb8a746afd46c2c8b9b288248 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:16:51 +0000 Subject: DEV-41355 convert llmime monolithic tut test to a llmessage unit test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 27f3582562..09c5ccbe33 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -41,7 +41,6 @@ set(test_SOURCE_FILES llhttpnode_tut.cpp llinventoryparcel_tut.cpp lliohttpserver_tut.cpp - llmime_tut.cpp llmessageconfig_tut.cpp llpermissions_tut.cpp llpipeutil.cpp -- cgit v1.2.3 From 7c55efa4bc390d228fe89517637fb7042b61bc5b Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 18:41:04 +0000 Subject: DEV-41363 convert legacy llhost tut test into a llmessage integration test. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 09c5ccbe33..e2dbd84979 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -35,7 +35,6 @@ set(test_SOURCE_FILES lldependencies_tut.cpp lldoubledispatch_tut.cpp llevents_tut.cpp - llhost_tut.cpp llhttpdate_tut.cpp llhttpclient_tut.cpp llhttpnode_tut.cpp -- cgit v1.2.3 From 56fed69c4a5c801e46b61f85e6e01fcd302ae2e5 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 19:06:40 +0000 Subject: remove moved test from this CMakeLists. --- indra/test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/CMakeLists.txt') diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index e2dbd84979..9d8e781d48 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -29,7 +29,6 @@ include_directories( set(test_SOURCE_FILES io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved - llbase64_tut.cpp llblowfish_tut.cpp llbuffer_tut.cpp lldependencies_tut.cpp -- cgit v1.2.3