mariadb/pcre/pcre_test.bat
2018-08-12 11:37:42 +02:00

9 lines
257 B
Batchfile

@echo off
setlocal
SET srcdir="%1"
SET bindir="%1"
SET pcretest="%3"
if not [%CMAKE_CONFIG_TYPE%]==[] SET pcretest="%bindir%\%CMAKE_CONFIG_TYPE%\pcretest.exe"
call %srcdir%\RunTest.Bat
if errorlevel 1 exit /b 1
echo RunTest.bat tests successfully completed