nix-config/templates/c++-bazel/tests/unit/BUILD
Bruno BELANYI 314cd4956b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: Bazel template
2024-04-05 13:53:52 +00:00

11 lines
168 B
Python

cc_test(
name = "dummy_test",
size = "small",
srcs = [
"dummy_test.cc",
],
deps = [
"@com_google_googletest//:gtest_main",
],
)