diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-15 18:44:59 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-15 18:44:59 +0000 |
commit | 35c0d21c1ec4628462ec766e39f1d5b77df54d17 (patch) | |
tree | 82baf59cd0236d1a14f70ee3e6b640dbee84a4fc /indra/llcommon/CMakeLists.txt | |
parent | 7c55efa4bc390d228fe89517637fb7042b61bc5b (diff) |
DEV-41366 convert monolithic llbase64 test into a llcommon integration test.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 414aaea08b..cc55742df6 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -242,6 +242,7 @@ LL_ADD_PROJECT_UNIT_TESTS(llcommon "${llcommon_TEST_SOURCE_FILES}") #set(TEST_DEBUG on) set(test_libs llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) LL_ADD_INTEGRATION_TEST(commonmisc "" "${test_libs}") +LL_ADD_INTEGRATION_TEST(llbase64 "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lldate "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llerror "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llframetimer "" "${test_libs}") |