Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 3 | ] |
4 | |||||
5 | TEST_DEPS = [ | ||||
6 | '//lib:TEST', | ||||
7 | '//core/api:onos-api-tests', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | test_deps = TEST_DEPS, | ||||
13 | ) |