diff options
Diffstat (limited to 'test/buildtool/logging/TARGETS')
-rw-r--r-- | test/buildtool/logging/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/logging/TARGETS b/test/buildtool/logging/TARGETS index fdf6d2e4..a14a0fc3 100644 --- a/test/buildtool/logging/TARGETS +++ b/test/buildtool/logging/TARGETS @@ -2,7 +2,7 @@ { "type": ["@", "rules", "CC/test", "test"] , "name": ["logger"] , "srcs": ["logger.test.cpp"] - , "deps": + , "private-deps": [ ["@", "catch2", "", "catch2"] , ["test", "catch-main"] , ["src/buildtool/logging", "logging"] @@ -13,7 +13,7 @@ { "type": ["@", "rules", "CC/test", "test"] , "name": ["log_sink_file"] , "srcs": ["log_sink_file.test.cpp"] - , "deps": + , "private-deps": [ ["@", "catch2", "", "catch2"] , ["test", "catch-main"] , ["src/buildtool/logging", "logging"] |