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