summaryrefslogtreecommitdiff
path: root/other/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 22:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 20:44:26 +0000
commit7245ac11ef9be2420c8356c12acc79f93ea211bb (patch)
treee971c5c6e10c2310afe4b2cd80212feac9839f2a /other/BUILD.bazel
parent7c2b95ef5e4ccdae01bd104aa7400294c9ea391b (diff)
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
Diffstat (limited to 'other/BUILD.bazel')
-rw-r--r--other/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/BUILD.bazel b/other/BUILD.bazel
index beec2397..8bcdc4b4 100644
--- a/other/BUILD.bazel
+++ b/other/BUILD.bazel
@@ -5,6 +5,7 @@ cc_library(
5 hdrs = ["monolith.h"], 5 hdrs = ["monolith.h"],
6 visibility = ["//c-toxcore/auto_tests:__pkg__"], 6 visibility = ["//c-toxcore/auto_tests:__pkg__"],
7 deps = [ 7 deps = [
8 "//c-toxcore/testing:monolith",
8 "//c-toxcore/toxav:monolith", 9 "//c-toxcore/toxav:monolith",
9 "//c-toxcore/toxcore:monolith", 10 "//c-toxcore/toxcore:monolith",
10 "//c-toxcore/toxencryptsave:monolith", 11 "//c-toxcore/toxencryptsave:monolith",