blob: 47a4dd23e648aed098a997a2f10367bcbf5320a4 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + [
Yi Tseng2a340f72018-11-02 16:52:47 -07002 "//protocols/grpc/api:onos-protocols-grpc-api",
Carmelo Casconec0b23a42019-04-25 13:50:54 -07003 "//lib:io_grpc_grpc_core_context",
Ray Milkey7dac7da2017-08-01 16:56:05 -07004]
5
6TEST_DEPS = TEST + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07007 "//core/api:onos-api-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -07008]
9
Ray Milkey816db102018-05-30 14:16:37 -070010osgi_jar_with_tests(
Ray Milkey472d8392018-05-23 17:06:51 -070011 test_deps = TEST_DEPS,
Ray Milkey816db102018-05-30 14:16:37 -070012 deps = COMPILE_DEPS,
Ray Milkey472d8392018-05-23 17:06:51 -070013)