]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Utility/CMakeLists.txt
Vendor import of lldb trunk r338536:
[FreeBSD/FreeBSD.git] / unittests / Utility / CMakeLists.txt
1 add_lldb_unittest(UtilityTests
2   AnsiTerminalTest.cpp
3   ArgsTest.cpp
4   OptionsWithRawTest.cpp
5   ArchSpecTest.cpp
6   CleanUpTest.cpp
7   ConstStringTest.cpp
8   CompletionRequestTest.cpp
9   EnvironmentTest.cpp
10   FileSpecTest.cpp
11   FlagsTest.cpp
12   JSONTest.cpp
13   LogTest.cpp
14   NameMatchesTest.cpp
15   StatusTest.cpp
16   StreamTeeTest.cpp
17   StreamTest.cpp
18   StringExtractorTest.cpp
19   StructuredDataTest.cpp
20   TildeExpressionResolverTest.cpp
21   TimeoutTest.cpp
22   TimerTest.cpp
23   UriParserTest.cpp
24   UUIDTest.cpp
25   VASprintfTest.cpp
26   VMRangeTest.cpp
27
28   LINK_LIBS
29       lldbUtility
30       lldbUtilityHelpers
31   LINK_COMPONENTS
32     Support
33   )
34
35 add_unittest_inputs(UtilityTests
36   StructuredData-basic.json
37   )