summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
commite6714909898d7e5fe6b35b6d109e584e6c5858b0 (patch)
tree5531ce336f78f2cb2da2249b60c421dc81a07889 /auto_tests
parent64bf3695d99688ad0967bdba2207c46845a3e8c2 (diff)
Use rules_cc instead of native cc_library rules.
Diffstat (limited to 'auto_tests')
-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 5a1ae10e..9cb689cb 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -1,3 +1,5 @@
1load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
2
1cc_library( 3cc_library(
2 name = "check_compat", 4 name = "check_compat",
3 testonly = True, 5 testonly = True,