blob: 4197711f7a92d54c581f811aabe5ad3b54a2be21 [file] [log] [blame]
sunishvkf7c56552016-07-18 16:02:39 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//protocols/ospf/api:onos-protocols-ospf-api',
4 '//protocols/ospf/ctl:onos-protocols-ospf-ctl',
5]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)
15