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

DEV-41354 convert llerror tut test into a llcommon integration test

parent 986bf998
No related branches found
No related tags found
No related merge requests found
...@@ -243,6 +243,7 @@ LL_ADD_PROJECT_UNIT_TESTS(llcommon "${llcommon_TEST_SOURCE_FILES}") ...@@ -243,6 +243,7 @@ LL_ADD_PROJECT_UNIT_TESTS(llcommon "${llcommon_TEST_SOURCE_FILES}")
set(test_libs llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) set(test_libs llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES})
LL_ADD_INTEGRATION_TEST(commonmisc "" "${test_libs}") LL_ADD_INTEGRATION_TEST(commonmisc "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lldate "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lldate "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llerror "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llframetimer "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llframetimer "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lllazy "" "${test_libs}") LL_ADD_INTEGRATION_TEST(lllazy "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llrand "" "${test_libs}") LL_ADD_INTEGRATION_TEST(llrand "" "${test_libs}")
......
This diff is collapsed.
...@@ -34,7 +34,6 @@ set(test_SOURCE_FILES ...@@ -34,7 +34,6 @@ set(test_SOURCE_FILES
llbuffer_tut.cpp llbuffer_tut.cpp
lldependencies_tut.cpp lldependencies_tut.cpp
lldoubledispatch_tut.cpp lldoubledispatch_tut.cpp
llerror_tut.cpp
llevents_tut.cpp llevents_tut.cpp
llhost_tut.cpp llhost_tut.cpp
llhttpdate_tut.cpp llhttpdate_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