diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 09:43:27 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 09:43:27 +0000 |
commit | 30a47979a13af8d6c3e89ce5dddb5d7c37011012 (patch) | |
tree | 9f14ef53980d09789d79a64fb3140c6888be1c4c /indra/newview | |
parent | f16d357b3b8965c1d8c59a0e4050d331ef77080b (diff) |
EXT-3976: Re-enabled all newview unit tests.
These were turned off by change 0db87c1f22a9, but I'm assuming this
was done in error as the tests compile and run fine and the commit
message made no mention or reason for turning them off.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index b44f1a5c6c..958b9521fa 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1761,7 +1761,6 @@ if (INSTALL) endif (INSTALL) if (LL_TESTS) -else (LL_TESTS) # To add a viewer unit test, just add the test .cpp file below # This creates a separate test project per file listed. include(LLAddBuildTest) |