nix-config/templates/c++-bazel/tests/unit/BUILD

11 lines
168 B
Python
Raw Normal View History

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