From 52778aed9391538287874b1f027994cef15b10d4 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 21 Jan 2018 16:58:32 +0000 Subject: Make BUILD files more finely-grained. This allows us to precisely see which libraries depend on which and lets us split them up more, if necessary. --- auto_tests/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auto_tests/BUILD') 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 @@ +load("//tools:no_undefined.bzl", "cc_library") + cc_library( name = "helpers", testonly = True, @@ -12,7 +14,6 @@ cc_library( size = "small", srcs = [src], copts = [ - "-std=c99", "-Wno-parentheses", ], deps = [ @@ -21,6 +22,7 @@ cc_library( "//c-toxcore/testing:misc_tools", "//c-toxcore/toxav", "//c-toxcore/toxcore", + "//c-toxcore/toxencryptsave", "@check", ], ) for src in glob(["*_test.c"])] -- cgit v1.2.3