summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index 7b0cab7d..4f1f1892 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -4,6 +4,7 @@ cc_library(
4 hdrs = [ 4 hdrs = [
5 "check_compat.h", 5 "check_compat.h",
6 "helpers.h", 6 "helpers.h",
7 "run_auto_test.h",
7 ], 8 ],
8) 9)
9 10