Skip to content

Commit eb3a121

Browse files
committed
Fix tests project name in JenkinsJobs/Linux/FileRevisor-Debug-Clang-IncludeWhatYouUse.sh
1 parent be4ac9e commit eb3a121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JenkinsJobs/Linux/FileRevisor-Debug-Clang-IncludeWhatYouUse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python -u FileRevisorDevOpsPython/FileRevisorDevOpsPython/BuildAndInstallCPlusPl
77
--solution-name=FileRevisor \
88
--cmake-build-type=Debug \
99
--cmake-definitions="-DIncludeWhatYouUseMode=ON" \
10-
--tests-project-name=FileRevisorTests \
10+
--tests-project-name=libFileRevisorTests \
1111
--no-install
1212

0 commit comments

Comments
 (0)