commit | c23416b72c7b78552a8cf8a5f44e99a1f20179b7 | [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 20:16:28 2017 +0000 |
tree | 3973f69d0bee3085fb6ec3592d3e990aab8bc86d | |
parent | 735562ee70dc86b84d3bbdb1717bee864efaee7b [diff] [blame] |
IPv6RA : Global prefix configuration tests added Change-Id: Id25c5cbece687c92a32c8a33314c834fbacd2f74
diff --git a/apps/routeradvertisement/BUCK b/apps/routeradvertisement/BUCK index d8bf7ec..a2a571e 100644 --- a/apps/routeradvertisement/BUCK +++ b/apps/routeradvertisement/BUCK
@@ -5,8 +5,13 @@ '//cli:onos-cli' ] -osgi_jar ( +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + +osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, ) onos_app (