summaryrefslogtreecommitdiff
path: root/testing/BUILD
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-18 15:14:50 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-18 16:11:52 +0000
commit18a33169b8d9b96fc85d8819a1700c729cf794f6 (patch)
tree69d7fcc22663da7682b4ea66cf8e112751904dab /testing/BUILD
parent643eea60bb9dcf4ecb33d64666b1bc77cbfd7438 (diff)
Add bazel build scripts for c-toxcore.
This allows us and users to reproducibly build verified versions of the library with checksums. It will power the toktok-stack continuous build with checked-in checksums at specific git revisions.
Diffstat (limited to 'testing/BUILD')
-rw-r--r--testing/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/BUILD b/testing/BUILD
new file mode 100644
index 00000000..cf7cd40f
--- /dev/null
+++ b/testing/BUILD
@@ -0,0 +1,7 @@
1cc_library(
2 name = "misc_tools",
3 hdrs = [
4 "misc_tools.c",
5 ],
6 visibility = ["//visibility:public"],
7)