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