Skip to content

Commit a874761

Browse files
author
Vladislav Kalugin
committed
Fix tests
1 parent 79b1ce0 commit a874761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/Paths.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ namespace Paths {
216216
return getArtifactsRootDir(projectContext) / "tests";
217217
}
218218
fs::path getMakefileDir(const utbot::ProjectContext &projectContext, const fs::path &sourceFilePath) {
219-
return getPathDirRelativeToTestDir(projectContext, sourceFilePath) / "makefiles";
219+
return projectContext.testDirPath / "makefiles" / getRelativeDirPath(projectContext, sourceFilePath);
220220
}
221221
fs::path getGeneratedHeaderDir(const utbot::ProjectContext &projectContext, const fs::path &sourceFilePath) {
222222
return getPathDirRelativeToTestDir(projectContext, sourceFilePath);

0 commit comments

Comments
 (0)