Fix EXE path in alltestc.bat

This commit is contained in:
Geoff McLane 2015-09-10 14:13:33 +02:00
parent 126ebef43c
commit 8ed4b65090
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
@REM ### (for MS compiler users) ###
@REM ########################################################
@REM This is the location of the cmake build output using the MSVC Generator
@set TMPEXE=..\build\cmake\Release\tidy5.exe
@set TMPEXE=..\build\cmake\Release\tidy.exe
@if NOT EXIST %TMPEXE% goto NOEXE
@set TMPTEST=temptests.txt