blob: 5151943772a31df07172d5efd0af3d07f70d77bb [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_test(
name = "rotating-map_unittest",
srcs = [
"rotating-map_unittest.cpp",
],
deps = [
"//heron/stmgr/src/cpp:util-cxx",
"//third_party/gtest:gtest-cxx",
],
copts = [
"-Iheron",
"-Iheron/common/src/cpp",
"-Iheron/stmgr/src/cpp",
"-I$(GENDIR)/heron",
"-I$(GENDIR)/heron/common/src/cpp",
],
size = "small",
linkstatic = 1,
)
cc_test(
name = "tuple-cache_unittest",
args = ["$(location //heron/config/src/yaml:test-config-internals-yaml)"],
srcs = [
"tuple-cache_unittest.cpp",
],
deps = [
"//heron/stmgr/src/cpp:util-cxx",
"//third_party/gtest:gtest-cxx",
],
data = ["//heron/config/src/yaml:test-config-internals-yaml"],
copts = [
"-Iheron",
"-Iheron/common/src/cpp",
"-Iheron/stmgr/src/cpp",
"-I$(GENDIR)/heron",
"-I$(GENDIR)/heron/common/src/cpp",
],
size = "small",
linkstatic = 1,
)
cc_test(
name = "xor-manager_unittest",
args = ["$(location //heron/config/src/yaml:test-config-internals-yaml)"],
srcs = [
"xor-manager_unittest.cpp",
],
deps = [
"//heron/stmgr/src/cpp:util-cxx",
"//third_party/gtest:gtest-cxx",
],
data = ["//heron/config/src/yaml:test-config-internals-yaml"],
copts = [
"-Iheron",
"-Iheron/common/src/cpp",
"-Iheron/stmgr/src/cpp",
"-I$(GENDIR)/heron",
"-I$(GENDIR)/heron/common/src/cpp",
],
size = "small",
linkstatic = 1,
)