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