{ "logger": { "type": ["@", "rules", "CC/test", "test"] , "name": ["logger"] , "srcs": ["logger.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] , ["", "catch-main"] , ["@", "src", "src/buildtool/logging", "logging"] ] , "stage": ["test", "buildtool", "logging"] } , "log_sink_file": { "type": ["@", "rules", "CC/test", "test"] , "name": ["log_sink_file"] , "srcs": ["log_sink_file.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] , ["", "catch-main"] , ["@", "src", "src/buildtool/logging", "logging"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] ] , "stage": ["test", "buildtool", "logging"] , "private-ldflags": ["-pthread"] } , "TESTS": {"type": "install", "tainted": ["test"], "deps": ["log_sink_file", "logger"]} }