cc_library( name = "testing", hdrs = [ "testing.hpp", ], srcs = [ "testing.cpp", ], deps = [ "//asl/base", "//asl/formatting", "//asl/io:print", ], visibility = ["//visibility:public"], )