mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
3914833099
Reviewers: labath Reviewed By: labath Subscribers: labath, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D49435 llvm-svn: 337475
35 lines
636 B
CMake
35 lines
636 B
CMake
add_lldb_unittest(UtilityTests
|
|
AnsiTerminalTest.cpp
|
|
ArgsTest.cpp
|
|
OptionsWithRawTest.cpp
|
|
ArchSpecTest.cpp
|
|
CleanUpTest.cpp
|
|
ConstStringTest.cpp
|
|
CompletionRequestTest.cpp
|
|
EnvironmentTest.cpp
|
|
FileSpecTest.cpp
|
|
FlagsTest.cpp
|
|
JSONTest.cpp
|
|
LogTest.cpp
|
|
NameMatchesTest.cpp
|
|
StatusTest.cpp
|
|
StringExtractorTest.cpp
|
|
StructuredDataTest.cpp
|
|
TildeExpressionResolverTest.cpp
|
|
TimeoutTest.cpp
|
|
TimerTest.cpp
|
|
UriParserTest.cpp
|
|
UUIDTest.cpp
|
|
VASprintfTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_unittest_inputs(UtilityTests
|
|
StructuredData-basic.json
|
|
)
|