2017-06-29 21:02:11 +08:00
|
|
|
add_subdirectory(Helpers)
|
2017-03-23 01:33:23 +08:00
|
|
|
|
2015-03-18 06:51:21 +08:00
|
|
|
add_lldb_unittest(UtilityTests
|
2017-02-05 08:44:54 +08:00
|
|
|
ConstStringTest.cpp
|
2017-03-04 04:56:28 +08:00
|
|
|
LogTest.cpp
|
2017-02-20 19:35:33 +08:00
|
|
|
NameMatchesTest.cpp
|
2017-05-12 12:51:55 +08:00
|
|
|
StatusTest.cpp
|
2015-03-18 06:51:21 +08:00
|
|
|
StringExtractorTest.cpp
|
2017-06-27 18:45:31 +08:00
|
|
|
StructuredDataTest.cpp
|
2015-10-20 20:42:05 +08:00
|
|
|
TaskPoolTest.cpp
|
2017-03-23 01:33:23 +08:00
|
|
|
TildeExpressionResolverTest.cpp
|
2016-11-25 19:58:44 +08:00
|
|
|
TimeoutTest.cpp
|
2015-03-18 06:51:21 +08:00
|
|
|
UriParserTest.cpp
|
2017-02-17 03:38:21 +08:00
|
|
|
VASprintfTest.cpp
|
2017-02-02 06:17:00 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldbUtility
|
2017-06-29 21:02:11 +08:00
|
|
|
lldbUtilityHelpers
|
2017-02-17 18:19:46 +08:00
|
|
|
LINK_COMPONENTS
|
|
|
|
Support
|
2015-03-18 06:51:21 +08:00
|
|
|
)
|
2017-06-27 18:45:31 +08:00
|
|
|
|
|
|
|
add_unittest_inputs(UtilityTests
|
|
|
|
StructuredData-basic.json
|
|
|
|
)
|