2015-03-18 06:51:21 +08:00
|
|
|
add_lldb_unittest(UtilityTests
|
2016-05-25 18:48:16 +08:00
|
|
|
ModuleCacheTest.cpp
|
2015-03-18 06:51:21 +08:00
|
|
|
StringExtractorTest.cpp
|
2015-10-20 20:42:05 +08:00
|
|
|
TaskPoolTest.cpp
|
2016-11-25 19:58:44 +08:00
|
|
|
TimeoutTest.cpp
|
2015-03-18 06:51:21 +08:00
|
|
|
UriParserTest.cpp
|
2017-02-02 06:17:00 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldbCore
|
|
|
|
lldbHost
|
|
|
|
lldbSymbol
|
|
|
|
lldbUtility
|
|
|
|
lldbPluginObjectFileELF
|
|
|
|
LINK_COMPONENTS
|
|
|
|
Support
|
2015-03-18 06:51:21 +08:00
|
|
|
)
|
2016-05-25 18:48:16 +08:00
|
|
|
|
|
|
|
add_unittest_inputs(UtilityTests TestModule.so)
|