mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
17 lines
355 B
Python
17 lines
355 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/bgp/api:onos-protocols-bgp-api',
|
|
'//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
|
|
'//incubator/store:onos-incubator-store',
|
|
'//incubator/api:onos-incubator-api',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
)
|