diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 14:41:04 +0000 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 14:41:04 +0000 |
commit | 3069355a6f33b7bbcfc8c493910a40e6836249e1 (patch) | |
tree | 02220b7fafc585f05fd0da080359105c696aa2f7 /indra/llcommon | |
parent | cbad737f59572c9616920fbfb0a54877ade03f8a (diff) |
DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index a93623d24e..bc4e44d7e6 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -236,13 +236,13 @@ target_link_libraries( include(LLAddBuildTest) SET(llcommon_TEST_SOURCE_FILES - # WARNING: Please don't write tests against LLCommon or LLMath until this issue is resolved: https://jira.lindenlab.com/jira/browse/DEV-29456 - # lllazy.cpp ) LL_ADD_PROJECT_UNIT_TESTS(llcommon "${llcommon_TEST_SOURCE_FILES}") #set(TEST_DEBUG on) set(test_libs llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) +# Have to treat lllazy test as an integration test until this issue is resolved: +# https://jira.lindenlab.com/jira/browse/DEV-29456 LL_ADD_INTEGRATION_TEST(lllazy lllazy.cpp "${test_libs}") # *TODO - reenable these once tcmalloc libs no longer break the build. |