summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/harness/machine_mocks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/harness/machine_mocks/BUILD')
-rw-r--r--benchmarks/harness/machine_mocks/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/harness/machine_mocks/BUILD b/benchmarks/harness/machine_mocks/BUILD
new file mode 100644
index 000000000..c8ec4bc79
--- /dev/null
+++ b/benchmarks/harness/machine_mocks/BUILD
@@ -0,0 +1,9 @@
+package(
+ default_visibility = ["//benchmarks:__subpackages__"],
+ licenses = ["notice"],
+)
+
+py_library(
+ name = "machine_mocks",
+ srcs = ["__init__.py"],
+)