Fix EXE path in alltestc.bat
This commit is contained in:
parent
126ebef43c
commit
8ed4b65090
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue