Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//protocols/isis/api:onos-protocols-isis-api', |
Manikandan K | ec4ef14 | 2016-06-15 13:42:24 +0530 | [diff] [blame^] | 4 | '//protocols/isis/ctl:onos-protocols-isis-ctl', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
| 8 | '//lib:TEST_ADAPTERS', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
Manikandan K | ec4ef14 | 2016-06-15 13:42:24 +0530 | [diff] [blame^] | 13 | test_deps = TEST_DEPS, |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 14 | ) |