17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("ObjectYAMLTests") {
|
||
|
deps = [
|
||
|
"//llvm/lib/Object",
|
||
|
"//llvm/lib/ObjectYAML",
|
||
|
"//llvm/lib/Testing/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"DWARFYAMLTest.cpp",
|
||
|
"ELFYAMLTest.cpp",
|
||
|
"MinidumpYAMLTest.cpp",
|
||
|
"YAML2ObjTest.cpp",
|
||
|
"YAMLTest.cpp",
|
||
|
]
|
||
|
}
|