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 = [ ...@@ -7,11 +7,12 @@ COMPILE_DEPS = [
7 '//core/store/serializers:onos-core-serializers', 7 '//core/store/serializers:onos-core-serializers',
8 ] 8 ]
9 9
10 -osgi_jar_with_tests ( 10 +osgi_jar (
11 deps = COMPILE_DEPS, 11 deps = COMPILE_DEPS,
12 ) 12 )
13 13
14 onos_app ( 14 onos_app (
15 + app_name = 'org.onosproject.distributedprimitives',
15 title = 'Distributed Primitives Test App', 16 title = 'Distributed Primitives Test App',
16 category = 'Test', 17 category = 'Test',
17 url = 'http://onosproject.org', 18 url = 'http://onosproject.org',
......
...@@ -7,7 +7,7 @@ COMPILE_DEPS = [ ...@@ -7,7 +7,7 @@ COMPILE_DEPS = [
7 '//core/store/serializers:onos-core-serializers', 7 '//core/store/serializers:onos-core-serializers',
8 ] 8 ]
9 9
10 -osgi_jar_with_tests ( 10 +osgi_jar (
11 deps = COMPILE_DEPS, 11 deps = COMPILE_DEPS,
12 ) 12 )
13 13
......