repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gn build: Merge r372706
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
ObjectYAML
/
BUILD.gn
blob
2fbcaa94334d99018435fe6a7fba8763b3634bf5
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("ObjectYAMLTests") {
4
deps = [
5
"//llvm/lib/Object",
6
"//llvm/lib/ObjectYAML",
7
"//llvm/lib/Testing/Support",
8
]
9
sources = [
10
"MinidumpYAMLTest.cpp",
11
"YAML2ObjTest.cpp",
12
"YAMLTest.cpp",
13
]
14
}