| 1 |
#! /bin/sh |
#! /bin/sh |
| 2 |
|
|
|
# This file is generated by configure from RunTest.in. Make any changes |
|
|
# to that file. |
|
|
|
|
| 3 |
# Run PCRE tests |
# Run PCRE tests |
| 4 |
|
|
| 5 |
cf=diff |
cf="diff -u" |
| 6 |
valgrind= |
valgrind= |
| 7 |
if [ ! -d testdata ] ; then |
testdata=testdata |
| 8 |
ln -s @top_srcdir@/testdata testdata |
|
| 9 |
|
if [ -n "$srcdir" -a -d "$srcdir" ] ; then |
| 10 |
|
testdata="$srcdir/testdata" |
| 11 |
fi |
fi |
|
testdata=./testdata |
|
| 12 |
|
|
| 13 |
# Find which optional facilities are available |
# Find which optional facilities are available |
| 14 |
|
|
| 157 |
fi |
fi |
| 158 |
fi |
fi |
| 159 |
|
|
| 160 |
# Locale-specific tests, provided the "fr_FR" locale is available |
# Locale-specific tests, provided the "fr_FR" locale is available. |
| 161 |
|
# TODO: Try the locale name "french" instead - as used on Windows - but |
| 162 |
|
# this will mean modifying the input and output data. |
| 163 |
|
|
| 164 |
if [ $do3 = yes ] ; then |
if [ $do3 = yes ] ; then |
| 165 |
locale -a | grep '^fr_FR$' >/dev/null |
locale -a | grep '^fr_FR$' >/dev/null |