COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
'//core/common:onos-core-common', | |
'//incubator/api:onos-incubator-api', | |
'//incubator/store:onos-incubator-store', | |
'//utils/rest:onlab-rest', | |
'//lib:concurrent-trees', | |
] | |
TEST_DEPS = [ | |
'//lib:TEST_REST', | |
'//lib:TEST_ADAPTERS', | |
'//core/api:onos-api-tests', | |
'//core/common:onos-core-common-tests', | |
'//core/store/serializers:onos-core-serializers', | |
] | |
osgi_jar_with_tests ( | |
deps = COMPILE_DEPS, | |
test_deps = TEST_DEPS, | |
) |