summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 23:35:01 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-08-15 23:35:01 +0200
commit4ad4091b38faa39ddd2deae7455bd3a26531994f (patch)
tree689496332edb2210ed1500c64f9bcdb2c3926f78 /asl/BUILD.bazel
parent03e5d14ed191a5a600c7b9f6c33bb2b12fdd5eac (diff)
Some work on object & init-related traits
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 710eaa8..fbbceed 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -14,6 +14,7 @@ cc_library(
name = "%s_tests" % name,
srcs = [
"%s_tests.cpp" % name,
+ "test_types.hpp",
],
deps = [
":asl",