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