load("//:defs.bzl", "generate_interface") generate_interface( name = "kstdio", interface = "kstdio", license = "//:LICENSE.md", visibility = ["//visibility:private"], ) cc_test( name = "test_kstdio", srcs = [":kstdio", "test_kstdio.cpp"], deps = [ ":kstdio", "@googletest//:gtest", "@googletest//:gtest_main", ], visibility = ["//visibility:private"], )