aboutsummaryrefslogtreecommitdiff
path: root/unittests/Core/CMakeLists.txt
blob: 980bc5b9f9ae24916bc8156d1c6c575e00016011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_lldb_unittest(LLDBCoreTests
  ArchSpecTest.cpp
  BroadcasterTest.cpp
  DataExtractorTest.cpp
  ErrorTest.cpp
  ListenerTest.cpp
  ScalarTest.cpp
  StructuredDataTest.cpp
  TimerTest.cpp
  )