diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 19:27:19 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 19:27:19 +0000 |
commit | fd24dcee14433e739e751becc3f6bc306b34f1c3 (patch) | |
tree | 052826c9ad5d3f38f1a59d0e93cb189ba914a29a | |
parent | c2172dab65505dcf47763cd2d7a7c32f4ff5f525 (diff) |
EXT-4340: Re-enable the llviewerhelputil test.
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 8d1eeb7ee3..958b9521fa 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1769,8 +1769,8 @@ if (LL_TESTS) lldateutil.cpp llmediadataclient.cpp lllogininstance.cpp + llviewerhelputil.cpp ) -# DISABLED TEST: llviewerhelputil.cpp /* hard to mock LLAgent dependency */ ################################################## # DISABLING PRECOMPILED HEADERS USAGE FOR TESTS |