xref: /llvm-project/lldb/unittests/Symbol/CMakeLists.txt (revision cf3524a5746f9498280b3a9180b75575c0065d1a)
1add_lldb_unittest(SymbolTests
2  JSONSymbolTest.cpp
3  LocateSymbolFileTest.cpp
4  MangledTest.cpp
5  PostfixExpressionTest.cpp
6  SymbolTest.cpp
7  SymtabTest.cpp
8  TestTypeSystem.cpp
9  TestTypeSystemClang.cpp
10  TestClangASTImporter.cpp
11  TestDWARFCallFrameInfo.cpp
12  TestType.cpp
13  TestLineEntry.cpp
14
15  LINK_LIBS
16    lldbCore
17    lldbHost
18    lldbSymbol
19    lldbUtilityHelpers
20    lldbPluginObjectFileELF
21    lldbPluginObjectFileMachO
22    lldbPluginSymbolFileDWARF
23    lldbPluginSymbolFileSymtab
24    lldbPluginTypeSystemClang
25    LLVMTestingSupport
26  )
27
28set(test_inputs
29  inlined-functions.yaml
30  )
31add_unittest_inputs(SymbolTests "${test_inputs}")
32