mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
18 lines
467 B
Python
18 lines
467 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/lisp/api:onos-protocols-lisp-api',
|
|
'//protocols/lisp/msg:onos-protocols-lisp-msg',
|
|
'//apps/mappingmanagement/api:onos-apps-mappingmanagement-api',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
'//protocols/lisp/api:onos-protocols-lisp-api-tests',
|
|
'//apps/mappingmanagement/api:onos-apps-mappingmanagement-api-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
)
|