toxcore/testing/BUILD
iphydf 18a33169b8
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.
2018-01-18 16:11:52 +00:00

8 lines
125 B
Python

cc_library(
name = "misc_tools",
hdrs = [
"misc_tools.c",
],
visibility = ["//visibility:public"],
)