blob: 04a2deffadb1a09f4b5af0845d3ee6e5e3197fb2 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY
2
3TEST_DEPS = TEST_ADAPTERS + [
4 "//utils/osgi:onlab-osgi-tests",
5 "//core/api:onos-api-tests",
6]
7
8osgi_jar_with_tests(
9 test_deps = TEST_DEPS,
10 deps = COMPILE_DEPS,
11)