mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
12 lines
212 B
Python
12 lines
212 B
Python
COMPILE_DEPS = CORE_DEPS + NETTY
|
|
|
|
TEST_DEPS = TEST_ADAPTERS + [
|
|
"//utils/osgi:onlab-osgi-tests",
|
|
"//core/api:onos-api-tests",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_DEPS,
|
|
deps = COMPILE_DEPS,
|
|
)
|