blob: aef55f0403b9cf0338663264e211e8818c9fce4a [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:KRYO',
'//apps/tetopology/api:onos-apps-tetopology-api',
'//apps/tetunnel/api:onos-apps-tetunnel-api',
'//incubator/api:onos-incubator-api',
'//core/store/serializers:onos-core-serializers',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//utils/osgi:onlab-osgi-tests',
'//incubator/api:onos-incubator-api-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)