summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-19 21:17:13 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-19 22:08:02 +0000
commit0fa700b55b1313dd790b504b30876f21c60f5ecf (patch)
tree3b53b3173022f8827377033f9357ae1048476811 /auto_tests/BUILD.bazel
parent14484c6879ff5796d962b49aa76a7f3e04c2319c (diff)
Make the save_compatibility_test work with bazel.
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index a5ef7645..eb9acb06 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -21,7 +21,9 @@ test_sizes = {
21 "small", 21 "small",
22 ), 22 ),
23 srcs = [src], 23 srcs = [src],
24 args = ["$(location %s)" % src],
24 copts = ["-Wno-sign-compare"], 25 copts = ["-Wno-sign-compare"],
26 data = glob(["data/*"]),
25 deps = [ 27 deps = [
26 ":check_compat", 28 ":check_compat",
27 ":run_auto_test", 29 ":run_auto_test",