summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 08:48:17 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 08:48:17 +0000
commit449311e326f1a3f26c39e5fbc241256ee9cf50ad (patch)
tree7bfbfe56cc7f2e31b8937a8f83392611e62895ca /RunTest
parent00f5530723a69a9169033a6243575a9442624616 (diff)
downloadpcre-449311e326f1a3f26c39e5fbc241256ee9cf50ad.tar.gz
Another test for (*ACCEPT)
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@449 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest10
1 files changed, 5 insertions, 5 deletions
diff --git a/RunTest b/RunTest
index 593fb30..6bdc73e 100755
--- a/RunTest
+++ b/RunTest
@@ -133,10 +133,10 @@ echo ""
echo PCRE C library tests
./pcretest /dev/null
-# Primary test, Perl-compatible
+# Primary test, Perl-compatible for both 5.8 and 5.10
if [ $do1 = yes ] ; then
- echo "Test 1: main functionality (Perl compatible)"
+ echo "Test 1: main functionality (Perl 5.8 & 5.10 compatible)"
$valgrind ./pcretest -q $testdata/testinput1 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput1 testtry
@@ -146,10 +146,10 @@ if [ $do1 = yes ] ; then
echo "OK"
fi
-# PCRE tests that are not Perl-compatible - API & error tests, mostly
+# PCRE tests that are not Perl-compatible - API, errors, internals
if [ $do2 = yes ] ; then
- echo "Test 2: API, errors, and non-Perl stuff"
+ echo "Test 2: API, errors, internals, and non-Perl stuff"
$valgrind ./pcretest -q $testdata/testinput2 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput2 testtry
@@ -215,7 +215,7 @@ fi
# Additional tests for UTF8 support
if [ $do4 = yes ] ; then
- echo "Test 4: UTF-8 support (Perl compatible)"
+ echo "Test 4: UTF-8 support (Perl 5.8 & 5.10 compatible)"
$valgrind ./pcretest -q $testdata/testinput4 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput4 testtry