[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / unittests / ObjectFile / ELF / CMakeLists.txt
blob68a78bab543c16b4670d33d508f4f4aae08fea4a
1 add_lldb_unittest(ObjectFileELFTests
2   TestObjectFileELF.cpp
4   LINK_LIBS
5     lldbPluginObjectFileELF
6     lldbPluginSymbolFileSymtab
7     lldbCore
8     lldbUtilityHelpers
9     LLVMTestingSupport
10   )
12 set(test_inputs
13   early-section-headers.so
14   liboffset-test.so
15   offset-test.bin
16   )
17 add_unittest_inputs(ObjectFileELFTests "${test_inputs}")