aboutsummaryrefslogtreecommitdiff
path: root/tests/matching/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/matching/BUILD.bazel')
-rw-r--r--tests/matching/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/matching/BUILD.bazel b/tests/matching/BUILD.bazel
new file mode 100644
index 0000000..3464e38
--- /dev/null
+++ b/tests/matching/BUILD.bazel
@@ -0,0 +1,3 @@
+load(":matching_tests.bzl", "matching_test_suite")
+
+matching_test_suite(name = "matching_tests")