forked from OSchip/llvm-project
18 lines
371 B
CMake
18 lines
371 B
CMake
add_lldb_unittest(ObjectFileELFTests
|
|
TestObjectFileELF.cpp
|
|
|
|
LINK_LIBS
|
|
lldbPluginObjectFileELF
|
|
lldbPluginSymbolVendorELF
|
|
lldbCore
|
|
lldbUtilityHelpers
|
|
LLVMTestingSupport
|
|
)
|
|
|
|
set(test_inputs
|
|
early-section-headers.so
|
|
debug-info-relocations.pcm.yaml
|
|
sections-resolve-consistently.yaml
|
|
)
|
|
add_unittest_inputs(ObjectFileELFTests "${test_inputs}")
|