Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
Yi Tseng | 2a340f7 | 2018-11-02 16:52:47 -0700 | [diff] [blame] | 2 | "//protocols/grpc/api:onos-protocols-grpc-api", |
Carmelo Cascone | d33d3b4 | 2019-06-18 12:12:36 -0700 | [diff] [blame] | 3 | "//deps:io_grpc_grpc_api_context", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 4 | ] |
5 | |||||
6 | TEST_DEPS = TEST + [ | ||||
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 7 | "//core/api:onos-api-tests", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 8 | ] |
9 | |||||
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 10 | osgi_jar_with_tests( |
Ray Milkey | 472d839 | 2018-05-23 17:06:51 -0700 | [diff] [blame] | 11 | test_deps = TEST_DEPS, |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 12 | deps = COMPILE_DEPS, |
Ray Milkey | 472d839 | 2018-05-23 17:06:51 -0700 | [diff] [blame] | 13 | ) |