blob: 610ad28d35fc252bb6c485ea2dce4195b8849d03 [file] [log] [blame]
load("//build_tools/bazel:kelvin.bzl", "kelvin_binary")
kelvin_binary(
name = "getvl_test",
srcs = [
"getvl_test.cc",
],
hdrs = [
"kelvin_test.h",
],
copts = [
"-Wno-address",
],
deps = [
"//crt:crt_header",
]
)