app buck refactor for apps: aaa, acl, bgprouter
Change-Id: Iaa970e3a937cc1df0aff29cc45f4c08c2d79cd13
diff --git a/apps/fwd/BUCK b/apps/fwd/BUCK
index 148d380..565e275 100644
--- a/apps/fwd/BUCK
+++ b/apps/fwd/BUCK
@@ -4,13 +4,13 @@
'//cli:onos-cli',
]
-osgi_jar(
+osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
-onos_app(
+onos_app (
title = 'Reactive Forwarding App',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'Reactive forwarding application using flow subsystem.',
-)
\ No newline at end of file
+)