diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 00:39:16 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 00:39:16 +0000 |
commit | 30c5d4477c3b731a50039850c7fcb52e9a59f32d (patch) | |
tree | 2e4ecf10791b2d8e1698db7837931bdeb28c48ea /indra/newview/CMakeLists.txt | |
parent | 6ede6f0c9c0aa56c78675c555aba05327bd2739b (diff) |
EXT-4340: Fixed and re-enabled the llviewerhelputil unit test.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-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 923d4a52d3..b44f1a5c6c 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1770,8 +1770,8 @@ else (LL_TESTS) lldateutil.cpp llmediadataclient.cpp lllogininstance.cpp + llviewerhelputil.cpp ) - # DISABLED TEST: llviewerhelputil.cpp /* not testing anything useful and hard to mock LLAgent dependency */ ################################################## # DISABLING PRECOMPILED HEADERS USAGE FOR TESTS |