forked from OSchip/llvm-project
[gn build] Rename PassesBindingsTests and add it to unittests
This commit is contained in:
parent
e81f09f8f8
commit
16cbc80e72
|
@ -32,6 +32,7 @@ group("unittests") {
|
|||
"Object:ObjectTests",
|
||||
"ObjectYAML:ObjectYAMLTests",
|
||||
"Option:OptionTests",
|
||||
"Passes:PassesBindingsTests",
|
||||
"Passes:PluginsTests",
|
||||
"ProfileData:ProfileDataTests",
|
||||
"Remarks:RemarksTests",
|
||||
|
|
|
@ -48,7 +48,7 @@ unittest("PluginsTests") {
|
|||
}
|
||||
}
|
||||
|
||||
unittest("PassesBindingsTest") {
|
||||
unittest("PassesBindingsTests") {
|
||||
deps = [
|
||||
"//llvm/include/llvm/Config:config",
|
||||
"//llvm/lib/IR",
|
||||
|
|
Loading…
Reference in New Issue