Index: src/libictranslate/libictranslate.vc140.vcxproj =================================================================== diff -u -N -r01c23a9670213cb44390d6370123de6fe26b9f66 -r8c7dd924e354ba961910136e6b7d090921e98b0d --- src/libictranslate/libictranslate.vc140.vcxproj (.../libictranslate.vc140.vcxproj) (revision 01c23a9670213cb44390d6370123de6fe26b9f66) +++ src/libictranslate/libictranslate.vc140.vcxproj (.../libictranslate.vc140.vcxproj) (revision 8c7dd924e354ba961910136e6b7d090921e98b0d) @@ -244,27 +244,14 @@ if "$(PlatformName)" EQU "x64" goto x64 -if "$(Configuration)" EQU "Testing Release" goto x32rel - -:x32dbg -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" +:x32 +"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x32rel -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" -goto end - :x64 -if "$(Configuration)" EQU "Testing Release" goto x64rel - -:x64dbg -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" +"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x64rel -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" -goto end - :end @@ -335,27 +322,14 @@ if "$(PlatformName)" EQU "x64" goto x64 -if "$(Configuration)" EQU "Testing Release" goto x32rel - -:x32dbg -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" +:x32 +"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x32rel -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" -goto end - :x64 -if "$(Configuration)" EQU "Testing Release" goto x64rel - -:x64dbg -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" +"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x64rel -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" -goto end - :end @@ -428,27 +402,14 @@ if "$(PlatformName)" EQU "x64" goto x64 -if "$(Configuration)" EQU "Testing Release" goto x32rel - -:x32dbg -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" +:x32 +"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x32rel -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" -goto end - :x64 -if "$(Configuration)" EQU "Testing Release" goto x64rel - -:x64dbg -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" +"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x64rel -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" -goto end - :end @@ -523,27 +484,14 @@ if "$(PlatformName)" EQU "x64" goto x64 -if "$(Configuration)" EQU "Testing Release" goto x32rel - -:x32dbg -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" +:x32 +"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x32rel -"$(SolutionDir)tools\test_runner32.exe" "$(TargetPath)" -goto end - :x64 -if "$(Configuration)" EQU "Testing Release" goto x64rel - -:x64dbg -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" +"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" --gtest_shuffle --gtest_output="xml:$(TargetPath).UnitTests.xml" goto end -:x64rel -"$(SolutionDir)tools\test_runner64.exe" "$(TargetPath)" -goto end - :end