blob: 9fde222be038dd44363a611b0fce5ef457a01d6b [file] [log] [blame]
Jian Li4f368e82018-07-02 14:22:22 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5TEST_DEPS = [
6 '//lib:TEST_ADAPTERS',
7 '//core/api:onos-api-tests',
8 '//core/common:onos-core-common-tests',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS
14)