Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//protocols/tl1/api:onos-protocols-tl1-api', | ||||
5 | '//protocols/tl1/ctl:onos-protocols-tl1-ctl', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | ) |