blob: 68eeacf58f74786a82ed319d6adaef8c1e19af9b [file] [log] [blame]
Ray Milkey69ec8712017-08-08 13:00:43 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5TEST_DEPS = [
6 '//lib:TEST',
7 '//core/api:onos-api-tests',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12 test_deps = TEST_DEPS,
13)