From a141c401f78467bc15f62882fca5d55a007cacbb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 00:21:48 +0100 Subject: Reorganize everything --- asl/testing/BUILD.bazel | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asl/testing/BUILD.bazel') diff --git a/asl/testing/BUILD.bazel b/asl/testing/BUILD.bazel index 22f59e1..0bfb7ee 100644 --- a/asl/testing/BUILD.bazel +++ b/asl/testing/BUILD.bazel @@ -7,7 +7,9 @@ cc_library( "testing.cpp", ], deps = [ - "//asl", + "//asl/base", + "//asl/formatting", + "//asl/io:print", ], visibility = ["//visibility:public"], ) -- cgit