diff options
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 1 |
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",
|