1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[gn build] Rename PassesBindingsTests and add it to unittests

This commit is contained in:
Arthur Eubanks 2021-05-18 10:25:35 -07:00
parent 6ddfe02013
commit 58171eb768
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ group("unittests") {
"Object:ObjectTests",
"ObjectYAML:ObjectYAMLTests",
"Option:OptionTests",
"Passes:PassesBindingsTests",
"Passes:PluginsTests",
"ProfileData:ProfileDataTests",
"Remarks:RemarksTests",

View File

@ -48,7 +48,7 @@ unittest("PluginsTests") {
}
}
unittest("PassesBindingsTest") {
unittest("PassesBindingsTests") {
deps = [
"//llvm/include/llvm/Config:config",
"//llvm/lib/IR",