commit | 84229f7a4ae3883a56858aaccd475399f32b8aee | [log] [tgz] |
---|---|---|
author | Annce John <annce.john@infosys.com> | Wed Nov 22 06:27:01 2017 -0500 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Nov 22 12:52:54 2017 -0800 |
tree | 21828164ae52405a5eba33bdfb19c378137d9241 | |
parent | 0b4057a57b65edc1a06f20d519a8010bd12aadf7 [diff] [blame] |
IPv6RA : Global prefix configuration tests added Change-Id: Id25c5cbece687c92a32c8a33314c834fbacd2f74
diff --git a/apps/routeradvertisement/BUCK b/apps/routeradvertisement/BUCK index 6eafe8d..f77c16a 100644 --- a/apps/routeradvertisement/BUCK +++ b/apps/routeradvertisement/BUCK
@@ -6,8 +6,13 @@ '//cli:onos-cli' ] -osgi_jar ( +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + +osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, ) onos_app (