blob: de4e04f17e7ee6eba5af6981cd4f2cc29687c8e5 [file] [log] [blame]
sunish vk7bdf4d42016-06-24 12:29:43 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//protocols/isis/api:onos-protocols-isis-api',
4 '//protocols/isis/ctl:onos-protocols-isis-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)