blob: 47b8c9aa556cf90104c006a20cdd8c03a12b7632 [file] [log] [blame]
Gaurav Agrawalc6d536f2017-03-17 11:56:31 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/l3vpn/yangmodel:onos-apps-l3vpn-yangmodel',
4 '//lib:onos-yang-model',
5 '//lib:onos-yang-runtime',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//utils/osgi:onlab-osgi-tests',
11]
12
13osgi_jar_with_tests(
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)