mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
e0ea8d87eb
This removes the CleanUp class and replaces its usages with llvm's ScopeExit, which has similar semantics. Differential revision: https://reviews.llvm.org/D67378 llvm-svn: 371474
56 lines
1.1 KiB
CMake
56 lines
1.1 KiB
CMake
add_lldb_unittest(UtilityTests
|
|
AnsiTerminalTest.cpp
|
|
ArgsTest.cpp
|
|
OptionsWithRawTest.cpp
|
|
ArchSpecTest.cpp
|
|
BroadcasterTest.cpp
|
|
ConstStringTest.cpp
|
|
CompletionRequestTest.cpp
|
|
DataExtractorTest.cpp
|
|
EnvironmentTest.cpp
|
|
EventTest.cpp
|
|
FileSpecTest.cpp
|
|
FlagsTest.cpp
|
|
JSONTest.cpp
|
|
ListenerTest.cpp
|
|
LogTest.cpp
|
|
NameMatchesTest.cpp
|
|
PredicateTest.cpp
|
|
ProcessInfoTest.cpp
|
|
ProcessInstanceInfoTest.cpp
|
|
RangeMapTest.cpp
|
|
RangeTest.cpp
|
|
RegisterValueTest.cpp
|
|
RegularExpressionTest.cpp
|
|
ReproducerInstrumentationTest.cpp
|
|
ReproducerTest.cpp
|
|
ScalarTest.cpp
|
|
StateTest.cpp
|
|
StatusTest.cpp
|
|
StreamTeeTest.cpp
|
|
StreamTest.cpp
|
|
StringExtractorTest.cpp
|
|
StringLexerTest.cpp
|
|
StringListTest.cpp
|
|
StructuredDataTest.cpp
|
|
TildeExpressionResolverTest.cpp
|
|
TimeoutTest.cpp
|
|
TimerTest.cpp
|
|
UriParserTest.cpp
|
|
UserIDResolverTest.cpp
|
|
UUIDTest.cpp
|
|
VASprintfTest.cpp
|
|
VMRangeTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
LLVMTestingSupport
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_unittest_inputs(UtilityTests
|
|
StructuredData-basic.json
|
|
)
|