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