提交 fea772c4 编写于 作者: J jmtao 提交者: Liangliang Zhang

perception: enable impending_collision_edge_test

上级 705c5da4
......@@ -161,6 +161,18 @@ cc_library(
],
)
cc_test(
name = "impending_collision_edge_test",
size = "small",
srcs = [
"impending_collision_edge_test.cc",
],
deps = [
":impending_collision_edge",
"@gtest//:main",
],
)
cc_library(
name = "object",
hdrs = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册