aboutsummaryrefslogtreecommitdiff
path: root/test/bindgen/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'test/bindgen/BUILD.bazel')
-rw-r--r--test/bindgen/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bindgen/BUILD.bazel b/test/bindgen/BUILD.bazel
new file mode 100644
index 00000000..c0263d2a
--- /dev/null
+++ b/test/bindgen/BUILD.bazel
@@ -0,0 +1,3 @@
+load(":bindgen_test.bzl", "bindgen_test_suite")
+
+bindgen_test_suite(name = "cc_bindgen_test_suite")