diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-10-31 09:40:13 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-10-31 09:40:13 -0400 |
commit | 207e36ccf8df44f858ef295f6beff227b37c7000 (patch) | |
tree | 9dc1962d14884332113dee08bfe66d9b9d8cd8d2 /indra/llcommon | |
parent | 84150294b912d04e345007b65670c0230a2e4d79 (diff) | |
parent | 8c1a76784576087b45fbf432d855dd5718a29c32 (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | 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 5863310162..60bc372130 100755 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -309,8 +309,8 @@ if (LL_TESTS) LL_ADD_INTEGRATION_TEST(stringize "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lleventdispatcher "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lleventcoro "" "${test_libs};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_COROUTINE_LIBRARY};${BOOST_SYSTEM_LIBRARY}") - LL_ADD_INTEGRATION_TEST(llprocess "" "${test_libs}") - LL_ADD_INTEGRATION_TEST(llleap "" "${test_libs}") +##LL_ADD_INTEGRATION_TEST(llprocess "" "${test_libs}") +##LL_ADD_INTEGRATION_TEST(llleap "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llstreamqueue "" "${test_libs}") # *TODO - reenable these once tcmalloc libs no longer break the build. |