blob: 7c159a767389428e9f1e9b8041b67c148ec9fc3e [file] [log] [blame]
Jian Lie189c1c2018-08-08 15:55:08 +09001COMPILE_DEPS = CORE_DEPS + CLI + [
2 "//apps/openstacknetworking/api:onos-apps-openstacknetworking-api",
3]
Jian Lid486a732018-08-03 00:32:11 +09004
5TEST_DEPS = TEST_ADAPTERS + [
6 "//core/api:onos-api-tests",
7 "//core/common:onos-core-common-tests",
8]
9
10osgi_jar_with_tests(
11 test_deps = TEST_DEPS,
12 deps = COMPILE_DEPS,
13)