aboutsummaryrefslogtreecommitdiff
path: root/python/tests/toolchains/workspace_template/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/toolchains/workspace_template/BUILD.bazel')
-rw-r--r--python/tests/toolchains/workspace_template/BUILD.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tests/toolchains/workspace_template/BUILD.bazel b/python/tests/toolchains/workspace_template/BUILD.bazel
new file mode 100644
index 0000000..dd70844
--- /dev/null
+++ b/python/tests/toolchains/workspace_template/BUILD.bazel
@@ -0,0 +1,5 @@
+exports_files([
+ "BUILD.bazel.tmpl",
+ "WORKSPACE.tmpl",
+ "python_version_test.py",
+])