Skip to content

Commit

Permalink
exclude catch2 test now
Browse files Browse the repository at this point in the history
  • Loading branch information
chloro-pn committed Jun 14, 2024
1 parent 3a508ed commit fd478a2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ cc_test(
],
)

cc_binary(
name = "catch2_test",
srcs = glob(["catch2_test/*.cc"]),
copts = WAMON_COPTS,
deps = [
"@catch2//:catch2_main",
":wamon",
],
)
#cc_binary(
# name = "catch2_test",
# srcs = glob(["catch2_test/*.cc"]),
# copts = WAMON_COPTS,
# deps = [
# "@catch2//:catch2_main",
# ":wamon",
# ],
#)

cc_binary(
name = "hello_world",
Expand Down

0 comments on commit fd478a2

Please sign in to comment.