[Pcre-svn] [1169] code/trunk/maint/ManyConfigTests: Add --e…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1169] code/trunk/maint/ManyConfigTests: Add --enable-valgrind to the configuration of the tests that are run using
Revision: 1169
          http://vcs.pcre.org/viewvc?view=rev&revision=1169
Author:   ph10
Date:     2012-10-24 15:42:50 +0100 (Wed, 24 Oct 2012)


Log Message:
-----------
Add --enable-valgrind to the configuration of the tests that are run using
valgrind.

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


Modified: code/trunk/maint/ManyConfigTests
===================================================================
--- code/trunk/maint/ManyConfigTests    2012-10-23 16:06:55 UTC (rev 1168)
+++ code/trunk/maint/ManyConfigTests    2012-10-24 14:42:50 UTC (rev 1169)
@@ -197,6 +197,7 @@
   "--enable-pcre16 --enable-pcre32 --enable-jit --enable-unicode-properties " \
   "--disable-shared"
 do
+  opts="--enable-valgrind $opts"
   runtest
 done