maojianwei | 42e2344 | 2016-02-15 10:40:48 +0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | # '//core/store/serializers:onos-core-serializers', | ||||
5 | '//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | '//utils/osgi:onlab-osgi-tests', | ||||
11 | '//incubator/api:onos-incubator-api-tests', | ||||
12 | ] | ||||
13 | |||||
14 | osgi_jar_with_tests ( | ||||
15 | deps = COMPILE_DEPS, | ||||
16 | test_deps = TEST_DEPS, | ||||
17 | ) |