blob: a32cce1715275a559c5c058be3c55a0d57e87ad1 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("ObjectTests") {
deps = [
"//llvm/lib/BinaryFormat",
"//llvm/lib/Object",
"//llvm/lib/ObjectYAML",
"//llvm/lib/Testing/Support",
]
sources = [
"ArchiveTest.cpp",
"ELFObjectFileTest.cpp",
"ELFTest.cpp",
"ELFTypesTest.cpp",
"MinidumpTest.cpp",
"ObjectFileTest.cpp",
"SymbolSizeTest.cpp",
"SymbolicFileTest.cpp",
"XCOFFObjectFileTest.cpp",
]
}