Skip to content
Snippets Groups Projects
Commit 986bf998 authored by Adam Moss's avatar Adam Moss
Browse files

DEV-41352 convert lluri tut test to a llcommon integration test

parent 2af2a25c
No related branches found
No related tags found
No related merge requests found
...@@ -249,6 +249,7 @@ LL_ADD_INTEGRATION_TEST(llrand "" "${test_libs}") ...@@ -249,6 +249,7 @@ LL_ADD_INTEGRATION_TEST(llrand "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llsdserialize "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llsdserialize "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llstring "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llstring "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lltreeiterators "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lltreeiterators "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lluri "" "${test_libs}")
# *TODO - reenable these once tcmalloc libs no longer break the build. # *TODO - reenable these once tcmalloc libs no longer break the build.
#ADD_BUILD_TEST(llallocator llcommon) #ADD_BUILD_TEST(llallocator llcommon)
......
This diff is collapsed.
...@@ -58,7 +58,6 @@ set(test_SOURCE_FILES ...@@ -58,7 +58,6 @@ set(test_SOURCE_FILES
lltimestampcache_tut.cpp lltimestampcache_tut.cpp
lltranscode_tut.cpp lltranscode_tut.cpp
lltut.cpp lltut.cpp
lluri_tut.cpp
lluuidhashmap_tut.cpp lluuidhashmap_tut.cpp
llxfer_tut.cpp llxfer_tut.cpp
message_tut.cpp message_tut.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment