From 68bc3b020021b980bd3e14d0fb73201e52e669e4 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Wed, 13 Jun 2018 10:13:02 -0700 Subject: [PATCH] Bazel build of route-service tests Change-Id: I453d5d9943dd616e300001887e27d6fa6474c814 --- apps/route-service/app/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/route-service/app/BUILD b/apps/route-service/app/BUILD index 79d88a0d0f..2fe269e5a4 100644 --- a/apps/route-service/app/BUILD +++ b/apps/route-service/app/BUILD @@ -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", ]