提交 9b2d672c 编写于 作者: Q Qi Luo 提交者: Jiangtao Hu

Move tests in routing/test/common to routing/common and make it compilable

上级 9d5c4ee2
......@@ -33,7 +33,7 @@ cc_library(
"utils.h",
],
deps = [
"//modules/common:common",
"//modules/common:common",
],
)
......@@ -44,4 +44,18 @@ cc_library(
],
)
cc_test(
name = "utils_test",
size = "small",
srcs = [
"utils_test.cc",
],
deps = [
":common",
"//modules/routing/proto:routing_proto",
"@gtest//:main",
],
)
cpplint()
......@@ -16,10 +16,10 @@
#include <string>
#include "common/utils.h"
#include "gtest/gtest.h"
#include "modules/routing/common/utils.h"
#include "topo_graph.pb.h"
#include "modules/routing/proto/topo_graph.pb.h"
namespace apollo {
namespace routing {
......
......@@ -2,7 +2,6 @@ syntax = "proto2";
package apollo.routing.common;
import "modules/common/proto/header.proto";
import "modules/map/proto/map_geometry.proto";
message CurvePoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册