| Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "//protocols/lisp/api:onos-protocols-lisp-api", | ||||
| 3 | "//protocols/lisp/msg:onos-protocols-lisp-msg", | ||||
| 4 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api", | ||||
| 5 | ] | ||||
| 6 | |||||
| 7 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
| 8 | "//protocols/lisp/api:onos-protocols-lisp-api-tests", | ||||
| 9 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api-tests", | ||||
| 10 | ] | ||||
| 11 | |||||
| 12 | osgi_jar_with_tests( | ||||
| 13 | test_deps = TEST_DEPS, | ||||
| 14 | deps = COMPILE_DEPS, | ||||
| 15 | ) | ||||