commit | 61403ed21df8c1184f29b885f9fa764edb318419 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Thu Apr 28 12:27:51 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Apr 28 21:56:55 2016 +0000 |
tree | 95a45d5ab9597d62227c3ce4a5d56d471c039194 | |
parent | 7d19954d51cca5bbf349abae5da40fc37c94a21b [diff] [blame] |
Appify BUCK builds for drivers Change-Id: I94a44950ce793008ff2a3b2105207a9fff9a53ed
diff --git a/protocols/ovsdb/api/BUCK b/protocols/ovsdb/api/BUCK index 04d088c..f715e91 100644 --- a/protocols/ovsdb/api/BUCK +++ b/protocols/ovsdb/api/BUCK
@@ -21,10 +21,11 @@ ) java_test( - name = 'tests', + name = 'onos-protocols-ovsdb-tests', srcs = glob([TEST + '/*.java']), deps = COMPILE_DEPS + TEST_DEPS + [CURRENT_TARGET], source_under_test = [CURRENT_TARGET], + visibility = ['PUBLIC'], )