summaryrefslogtreecommitdiff
path: root/pcre/pcre_test.bat
blob: c3f8dc3d43bc5b80bc160c6d0d6ded450351583a (plain)
1
2
3
4
5
6
7
8
9
@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