blob: 36d2da128f7080d7528828347ac6b8dc015ca70a [file] [log] [blame]
Jian Lid486a732018-08-03 00:32:11 +09001COMPILE_DEPS = CORE_DEPS
2
3TEST_DEPS = TEST_ADAPTERS + [
4 "//core/api:onos-api-tests",
5 "//core/common:onos-core-common-tests",
6]
7
8osgi_jar_with_tests(
9 test_deps = TEST_DEPS,
10 deps = COMPILE_DEPS,
11)