18 lines · plain
1add_lldb_unittest(ObjectFileELFTests2 TestObjectFileELF.cpp3 4 LINK_LIBS5 lldbPluginObjectFileELF6 lldbPluginSymbolFileSymtab7 lldbCore8 lldbUtilityHelpers9 LLVMTestingSupport10 )11 12set(test_inputs13 early-section-headers.so14 liboffset-test.so15 offset-test.bin16 )17add_unittest_inputs(ObjectFileELFTests "${test_inputs}")18