
cc_test(
    name = "string_printf_test",
    srcs = [
        "string_printf_test.cpp",
    ],
    linkstatic = 1,
    deps = [
        "//:testing",
    ],
)

cc_test(
    name = "unicode_test",
    srcs = [
        "unicode_test.cpp",
    ],
    linkstatic = 1,
    deps = [
        "//:testing",
    ],
)
