mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-08 10:02:05 +01:00
15 lines
239 B
Python
15 lines
239 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
'//core/api:onos-api-tests',
|
|
'//core/common:onos-core-common-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS
|
|
)
|