summaryrefslogtreecommitdiff
path: root/test/buildtool/logging/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/logging/TARGETS')
-rw-r--r--test/buildtool/logging/TARGETS6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/buildtool/logging/TARGETS b/test/buildtool/logging/TARGETS
index bbff8a41..2baed6b8 100644
--- a/test/buildtool/logging/TARGETS
+++ b/test/buildtool/logging/TARGETS
@@ -4,9 +4,9 @@
, "srcs": ["logger.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
+ , ["", "catch-main"]
]
, "stage": ["test", "buildtool", "logging"]
}
@@ -16,10 +16,10 @@
, "srcs": ["log_sink_file.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
+ , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
- , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
+ , ["", "catch-main"]
]
, "stage": ["test", "buildtool", "logging"]
, "private-ldflags": ["-pthread"]