summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/BUILD')
-rw-r--r--auto_tests/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/auto_tests/BUILD b/auto_tests/BUILD
index 268532e1..f4542ccb 100644
--- a/auto_tests/BUILD
+++ b/auto_tests/BUILD
@@ -1,3 +1,5 @@
1load("//tools:no_undefined.bzl", "cc_library")
2
1cc_library( 3cc_library(
2 name = "helpers", 4 name = "helpers",
3 testonly = True, 5 testonly = True,
@@ -12,7 +14,6 @@ cc_library(
12 size = "small", 14 size = "small",
13 srcs = [src], 15 srcs = [src],
14 copts = [ 16 copts = [
15 "-std=c99",
16 "-Wno-parentheses", 17 "-Wno-parentheses",
17 ], 18 ],
18 deps = [ 19 deps = [
@@ -21,6 +22,7 @@ cc_library(
21 "//c-toxcore/testing:misc_tools", 22 "//c-toxcore/testing:misc_tools",
22 "//c-toxcore/toxav", 23 "//c-toxcore/toxav",
23 "//c-toxcore/toxcore", 24 "//c-toxcore/toxcore",
25 "//c-toxcore/toxencryptsave",
24 "@check", 26 "@check",
25 ], 27 ],
26) for src in glob(["*_test.c"])] 28) for src in glob(["*_test.c"])]