blob: 54d35159d490a64a6a97b4556872cde35b3b207e [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_test(
name = "zk-statemgr_unittest",
srcs = [
"zkstatemgr_unittest.cpp",
],
deps = [
"//heron/statemgrs/src/cpp:statemgrs-cxx",
"@com_google_googletest//:gtest",
],
copts = [
"-Iheron",
"-Iheron/common/src/cpp",
"-Iheron/statemgrs/src/cpp",
"-I$(GENDIR)/heron",
"-I$(GENDIR)/heron/common/src/cpp",
],
size = "small",
linkstatic = 1,
)