summaryrefslogtreecommitdiff
path: root/pcre/pcre_test.bat
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-07-06 04:03:58 +0200
committerSergei Golubchik <serg@mariadb.org>2018-08-12 11:37:42 +0200
commit6b53f9d781cc19cbec96c3eb048e6407021685a2 (patch)
tree71379cc76e9f8294ccabca3a40ed2e7d509c7c5a /pcre/pcre_test.bat
parent96b8909062c0b4df654f11057905b1e31398f88f (diff)
downloadmariadb-git-6b53f9d781cc19cbec96c3eb048e6407021685a2.tar.gz
MDEV-16662 CMake warnings: CMP0026
Diffstat (limited to 'pcre/pcre_test.bat')
-rw-r--r--pcre/pcre_test.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcre/pcre_test.bat b/pcre/pcre_test.bat
new file mode 100644
index 00000000000..c3f8dc3d43b
--- /dev/null
+++ b/pcre/pcre_test.bat
@@ -0,0 +1,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