[bazel] try to adapt a7691dee2d

This commit is contained in:
Sam McCall 2022-04-21 22:09:05 +02:00
parent 35e350d5ba
commit f595b51f50
1 changed files with 3 additions and 0 deletions

View File

@ -979,6 +979,7 @@ cc_library(
cc_library(
name = "testing",
testonly = 1,
srcs = glob([
"lib/Testing/*.cpp",
]),
@ -986,7 +987,9 @@ cc_library(
includes = ["include"],
deps = [
":basic",
":frontend",
"//llvm:Support",
"//llvm:gtest",
],
)