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