Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 2 | "//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api", |
3 | ] | ||||
4 | |||||
5 | TEST_DEPS = TEST + [ | ||||
6 | "//utils/osgi:onlab-osgi-tests", | ||||
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | ] |
8 | |||||
9 | osgi_jar_with_tests( | ||||
10 | test_deps = TEST_DEPS, | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |