diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-04-24 11:14:47 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2015-04-24 11:14:47 +0000 |
commit | 5b51e6d3c8f5e4889986352772e3bd519cf3bd37 (patch) | |
tree | 2b663a88290b582320b2893e4da160f1b6b9a1fe /maint | |
parent | 30dcd293d2aecb06a983f43cb3c67243d9b1598c (diff) | |
download | pcre2-5b51e6d3c8f5e4889986352772e3bd519cf3bd37.tar.gz |
Implement --enable-debug.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@257 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'maint')
-rwxr-xr-x | maint/ManyConfigTests | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests index b2663b2..7cb7f1c 100755 --- a/maint/ManyConfigTests +++ b/maint/ManyConfigTests @@ -184,7 +184,7 @@ runtest() # Update the total count whenever a new test is added; it is used to show # progess as each test is run. -testtotal=`expr 20 \* $usemain + \ +testtotal=`expr 21 \* $usemain + \ 1 \* $usetmp + \ 1 \* $ISGCC \* $usemain + \ 1 \* $ISGCC \* $usemain \* $useasan + \ @@ -239,6 +239,10 @@ echo "---------- CFLAGS for the remaining tests ----------" echo "CFLAGS=$CFLAGS" if [ $usemain -ne 0 ]; then + echo "---------- Maximally configured test with --enable-debug ----------" + opts="--disable-shared $enable_jit --enable-pcre2-16 --enable-pcre2-32 --enable-debug" + runtest + echo "---------- Non-JIT tests in the current directory ----------" for opts in \ "" \ |