{ "rc_merge": { "type": ["@", "rules", "CC/test", "test"] , "name": ["rc_merge"] , "srcs": ["rc_merge.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] , ["@", "json", "", "json"] , ["@", "src", "src/buildtool/build_engine/expression", "expression"] , [ "@" , "src" , "src/buildtool/build_engine/expression" , "expression_ptr_interface" ] , ["@", "src", "src/other_tools/just_mr", "rc_merge"] , ["", "catch-main"] ] , "stage": ["test", "other_tools", "just_mr"] } , "mirrors": { "type": ["@", "rules", "CC/test", "test"] , "name": ["mirrors"] , "srcs": ["mirrors.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] , ["@", "src", "src/other_tools/just_mr", "mirrors"] , ["", "catch-main"] ] , "stage": ["test", "other_tools", "just_mr"] } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["just_mr"] , "deps": ["mirrors", "rc_merge"] } }