mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[gn build] Rename PassesBindingsTests and add it to unittests
This commit is contained in:
parent
6ddfe02013
commit
58171eb768
@ -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
Block a user