commit | 4263bff1b2c00f35943fac8f58d7ea59e7a60113 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Jun 07 10:35:21 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Jun 07 17:48:44 2016 +0000 |
tree | 8a19cd4c5c502d745f1aca5dc804e9a983814bd1 | |
parent | 50df0982d520d592f831bc62501cd92bac424b13 [diff] [blame] |
Don't run tests macro for cli test applications Make buck app name consistent with maven app name Change-Id: I847f1d53a1c3a884ea46adf96de6828661a791d7
diff --git a/apps/test/election/BUCK b/apps/test/election/BUCK index 9822348..c191bce 100644 --- a/apps/test/election/BUCK +++ b/apps/test/election/BUCK
@@ -7,7 +7,7 @@ '//core/store/serializers:onos-core-serializers', ] -osgi_jar_with_tests ( +osgi_jar ( deps = COMPILE_DEPS, )