Bazel build of route-service tests

Change-Id: I453d5d9943dd616e300001887e27d6fa6474c814
This commit is contained in:
Ray Milkey 2018-06-13 10:13:02 -07:00
parent 15053f0fca
commit 68bc3b0200

View File

@ -9,8 +9,7 @@ COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
"//utils/rest:onlab-rest",
]
TEST_DEPS = [
"//lib:TEST",
TEST_DEPS = TEST + [
"//apps/route-service/api:onos-apps-route-service-api-tests",
"//core/api:onos-api-tests",
]