Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
242 B
Python

cc_test(
name = "unit",
srcs = glob([
"*.cc",
"*.h",
]),
copts = ["-Iexternal/googletest/include"],
linkstatic = True,
deps = [
"//pull",
"@com_google_googletest//:gtest_main",
],
)