mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16662 CMake warnings: CMP0026
This commit is contained in:
13
pcre/pcre_grep_test.sh
Normal file
13
pcre/pcre_grep_test.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
srcdir="$1"
|
||||
pcregrep="$2"
|
||||
pcretest="$3"
|
||||
cd "$4"
|
||||
shift
|
||||
shift
|
||||
shift
|
||||
shift
|
||||
. "$srcdir"/RunGrepTest
|
||||
if test "$?" != "0"; then exit 1; fi
|
||||
# End
|
Reference in New Issue
Block a user