]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Utility/CMakeLists.txt
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / unittests / Utility / CMakeLists.txt
1 add_lldb_unittest(UtilityTests
2   ModuleCacheTest.cpp
3   StringExtractorTest.cpp
4   TaskPoolTest.cpp
5   TimeoutTest.cpp
6   UriParserTest.cpp
7   )
8
9 add_unittest_inputs(UtilityTests TestModule.so)