blob: 48c176636169fe4c4198e03bc1232a0cf55d2398 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + [
Ray Milkey35ea5bf2018-07-17 15:28:44 -07002 "//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api",
3]
4
5TEST_DEPS = TEST + [
6 "//utils/osgi:onlab-osgi-tests",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007]
8
9osgi_jar_with_tests(
10 test_deps = TEST_DEPS,
11 deps = COMPILE_DEPS,
12)