| sunish vk | 7bdf4d4 | 2016-06-24 12:29:43 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', | ||||
| 3 | '//protocols/isis/api:onos-protocols-isis-api', | ||||
| 4 | '//protocols/isis/ctl:onos-protocols-isis-ctl', | ||||
| 5 | ] | ||||
| 6 | |||||
| 7 | TEST_DEPS = [ | ||||
| 8 | '//lib:TEST_ADAPTERS', | ||||
| 9 | ] | ||||
| 10 | |||||
| 11 | osgi_jar_with_tests ( | ||||
| 12 | deps = COMPILE_DEPS, | ||||
| 13 | test_deps = TEST_DEPS, | ||||
| 14 | ) | ||||