14 lines
242 B
Python
14 lines
242 B
Python
![]() |
cc_test(
|
||
|
name = "unit",
|
||
|
srcs = glob([
|
||
|
"*.cc",
|
||
|
"*.h",
|
||
|
]),
|
||
|
copts = ["-Iexternal/googletest/include"],
|
||
|
linkstatic = True,
|
||
|
deps = [
|
||
|
"//core",
|
||
|
"@com_google_googletest//:gtest_main",
|
||
|
],
|
||
|
)
|