Skip to content

Commit 31918d4

Browse files
author
Samat Gaynutdinov
committed
fix for lcov
1 parent c9abeca commit 31918d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/printers/NativeMakefilePrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ namespace printer {
354354
fs::path testExecutablePath = getTestExecutablePath(sourcePath);
355355

356356
auto rootLinkUnitInfo = buildDatabase->getClientLinkUnitInfo(rootPath);
357-
declareTarget("bin", { FORCE }, { stringFormat("echo %s", sharedOutput.value()) });
357+
declareTarget("bin", { FORCE }, { stringFormat("echo %s", testExecutablePath.string()) });
358358

359359
utbot::RunCommand testRunCommand{ { testExecutablePath.string(), "$(GTEST_FLAGS)" },
360360
buildDirectory };

0 commit comments

Comments
 (0)