commit | 0f95603f6ec2154b2e7a057df4eea6f24064f347 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Tue Jun 12 10:41:12 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Jun 12 18:33:44 2018 +0000 |
tree | 916eee05ec3182c907c6c6c2da8dd49559662055 | |
parent | d1b14d3140101104aacdc4c24c9998c513a65f74 [diff] [blame] |
Adding Bazel packaging of admin tools and test tools. Change-Id: I321c79264cf5f3ca0d6c7a52e300c916acbe463a
diff --git a/tools/test/BUILD b/tools/test/BUILD new file mode 100644 index 0000000..db476dd --- /dev/null +++ b/tools/test/BUILD
@@ -0,0 +1,14 @@ + +filegroup( + name = "onos-admin", + srcs = [ + "bin/onos", + ], + visibility = ["//visibility:public"], +) + +filegroup( + name = "onos-test", + srcs = glob(["**/*"]), + visibility = ["//visibility:public"], +) \ No newline at end of file