diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-15 16:32:56 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-15 16:32:56 +0000 |
commit | 423f5b0078d813a14759f9671c11aedadc3a2d78 (patch) | |
tree | 4fc3275d442dcedc2f50dc96e5baf66b037ce496 /indra/llcommon/CMakeLists.txt | |
parent | 925f01f6a066113049e8c829c6fc3875c69ef566 (diff) |
DEV-41341 tut lltiming test -> llframetimer integration test
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 48e053b8ee..10c145e17b 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -247,8 +247,10 @@ LL_ADD_INTEGRATION_TEST(lllazy "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llrand "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llsdserialize "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llstring "" "${test_libs}") +LL_ADD_INTEGRATION_TEST(llframetimer "" "${test_libs}") # *TODO - reenable these once tcmalloc libs no longer break the build. #ADD_BUILD_TEST(llallocator llcommon) #ADD_BUILD_TEST(llallocator_heap_profile llcommon) #ADD_BUILD_TEST(llmemtype llcommon) + |