Skip to content

Commit

Permalink
Actually bazel test c++
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jun 29, 2024
1 parent 015a772 commit beabd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/Integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load("@llvm-project//llvm:lit_test.bzl", "lit_test")
for src in glob(
[
"**/*.c",
"**/.cpp",
"**/*.cpp",
],
exclude = ["**/*omp*.c"],
)
Expand Down

0 comments on commit beabd80

Please sign in to comment.