[Pcre-svn] [1168] code/trunk/maint/ManyConfigTests: Add test…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [1168] code/trunk/maint/ManyConfigTests: Add test for 32+16 but not 8-bit and a test for all three.
Revision: 1168
          http://vcs.pcre.org/viewvc?view=rev&revision=1168
Author:   ph10
Date:     2012-10-23 17:06:55 +0100 (Tue, 23 Oct 2012)


Log Message:
-----------
Add test for 32+16 but not 8-bit and a test for all three.

Modified Paths:
--------------
    code/trunk/maint/ManyConfigTests


Modified: code/trunk/maint/ManyConfigTests
===================================================================
--- code/trunk/maint/ManyConfigTests    2012-10-23 15:51:31 UTC (rev 1167)
+++ code/trunk/maint/ManyConfigTests    2012-10-23 16:06:55 UTC (rev 1168)
@@ -176,7 +176,9 @@
   "--enable-pcre32 --enable-jit --disable-pcre8 --enable-utf --disable-shared" \
   "--enable-pcre32 --disable-stack-for-recursion --disable-shared" \
   "--enable-pcre32 --enable-unicode-properties --disable-stack-for-recursion --disable-shared" \
-  "--enable-pcre32 --enable-jit --enable-unicode-properties --with-link-size=4 --disable-shared"
+  "--enable-pcre32 --enable-jit --enable-unicode-properties --with-link-size=4 --disable-shared" \
+  "--enable-pcre32 --enable-pcre16 --disable-shared" \
+  "--enable-pcre32 --enable-pcre16 --disable-pcre8 --disable-shared"
 do
   runtest
 done