Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
| 2 | "//apps/tetopology/api:onos-apps-tetopology-api", |
| 3 | "//apps/tetunnel/api:onos-apps-tetunnel-api", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 4 | "//apps/tunnel/api:onos-apps-tunnel-api", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | "//core/store/serializers:onos-core-serializers", |
| 6 | ] |
| 7 | |
| 8 | TEST_DEPS = TEST_ADAPTERS + [ |
| 9 | "//utils/osgi:onlab-osgi-tests", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 10 | "//apps/tunnel/api:onos-apps-tunnel-api-tests", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests( |
| 14 | test_deps = TEST_DEPS, |
| 15 | deps = COMPILE_DEPS, |
| 16 | ) |