Jon Hall
Committed by Gerrit Code Review

Don't run tests macro for cli test applications

Make buck app name consistent with maven app name

Change-Id: I847f1d53a1c3a884ea46adf96de6828661a791d7
......@@ -7,11 +7,12 @@ COMPILE_DEPS = [
'//core/store/serializers:onos-core-serializers',
]
osgi_jar_with_tests (
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
app_name = 'org.onosproject.distributedprimitives',
title = 'Distributed Primitives Test App',
category = 'Test',
url = 'http://onosproject.org',
......
......@@ -7,7 +7,7 @@ COMPILE_DEPS = [
'//core/store/serializers:onos-core-serializers',
]
osgi_jar_with_tests (
osgi_jar (
deps = COMPILE_DEPS,
)
......