aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/absl_py.absl.testing.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/systemlibs/absl_py.absl.testing.BUILD')
-rw-r--r--third_party/systemlibs/absl_py.absl.testing.BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/systemlibs/absl_py.absl.testing.BUILD b/third_party/systemlibs/absl_py.absl.testing.BUILD
new file mode 100644
index 0000000000..c1b794c1e9
--- /dev/null
+++ b/third_party/systemlibs/absl_py.absl.testing.BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"]) # Apache 2.0
+
+py_library(
+ name = "parameterized",
+ testonly = 1,
+ visibility = ["//visibility:public"],
+)