srctree

Robin Linden parent 275bc883 33aeb733
deps/ctre: Include tests in the build

All tests are run using static_assert, so no runtime tests, and it's amix of if they have a main() or not, so no way of creating binaries oreven grouping them in a reasonable way.

inlinesplit
third_party/ctre.BUILD added: 7, removed: 1, total 6
@@ -7,3 +7,9 @@ cc_library(
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)
 
[cc_library(
name = src[:-4],
srcs = [src],
deps = [":ctre"],
) for src in glob(["tests/*.cpp"])]