blob: 504e5a12deb7d1c5d09f422620dce34cacaa5e87 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("BinaryFormatTests") {
deps = [
"//llvm/lib/BinaryFormat",
]
sources = [
"DwarfTest.cpp",
"MachOTest.cpp",
"MsgPackReaderTest.cpp",
"MsgPackWriterTest.cpp",
"TestFileMagic.cpp",
]
}