brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · eded769 Raw
9 lines · plain
1group("unittests") {2  deps = [3    "Core:CoreTests",4    "Profile:ProfileTests",5    "Passes:PassTests",6  ]7  testonly = true8}9