[Pcre-svn] [127] code/trunk: Update clean up of RunTest and …

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [127] code/trunk: Update clean up of RunTest and RunGrepTest working files.
Revision: 127
          http://www.exim.org/viewvc/pcre2?view=rev&revision=127
Author:   ph10
Date:     2014-10-28 10:19:50 +0000 (Tue, 28 Oct 2014)


Log Message:
-----------
Update clean up of RunTest and RunGrepTest working files.

Modified Paths:
--------------
    code/trunk/Makefile.am
    code/trunk/RunTest


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2014-10-27 10:13:57 UTC (rev 126)
+++ code/trunk/Makefile.am    2014-10-28 10:19:50 UTC (rev 127)
@@ -543,17 +543,6 @@
   testdata/grepoutput8 \
   testdata/grepoutputN \
   testdata/greppatN4 \
-  testdata/saved16 \
-  testdata/saved16BE-1 \
-  testdata/saved16BE-2 \
-  testdata/saved16LE-1 \
-  testdata/saved16LE-2 \
-  testdata/saved32 \
-  testdata/saved32BE-1 \
-  testdata/saved32BE-2 \
-  testdata/saved32LE-1 \
-  testdata/saved32LE-2 \
-  testdata/saved8 \
   testdata/testinput1 \
   testdata/testinput2 \
   testdata/testinput3 \
@@ -572,14 +561,6 @@
   testdata/testinput16 \
   testdata/testinput17 \
   testdata/testinput18 \
-  testdata/testinput19 \
-  testdata/testinput20 \
-  testdata/testinput21 \
-  testdata/testinput22 \
-  testdata/testinput23 \
-  testdata/testinput24 \
-  testdata/testinput25 \
-  testdata/testinput26 \
   testdata/testinputEBC \
   testdata/testoutput1 \
   testdata/testoutput2 \
@@ -589,44 +570,39 @@
   testdata/testoutput4 \
   testdata/testoutput5 \
   testdata/testoutput6 \
-  testdata/testoutput7 \
-  testdata/testoutput8 \
+  testdata/testoutput8-8 \
+  testdata/testoutput8-16 \
+  testdata/testoutput8-32 \
   testdata/testoutput9 \
   testdata/testoutput10 \
-  testdata/testoutput11-8 \
   testdata/testoutput11-16 \
   testdata/testoutput11-32 \
-  testdata/testoutput12 \
+  testdata/testoutput12-16 \
+  testdata/testoutput12-32 \
   testdata/testoutput13 \
   testdata/testoutput14 \
   testdata/testoutput15 \
   testdata/testoutput16 \
   testdata/testoutput17 \
-  testdata/testoutput18-16 \
-  testdata/testoutput18-32 \
-  testdata/testoutput19 \
-  testdata/testoutput20 \
-  testdata/testoutput21-16 \
-  testdata/testoutput21-32 \
-  testdata/testoutput22-16 \
-  testdata/testoutput22-32 \
-  testdata/testoutput23 \
-  testdata/testoutput24 \
-  testdata/testoutput25 \
-  testdata/testoutput26 \
+  testdata/testoutput18 \
   testdata/testoutputEBC \
-  testdata/wintestinput3 \
-  testdata/wintestoutput3 \
   perltest.sh
+  
+# RunTest and RunGrepTest should clean up after themselves, but just in case
+# they don't, add their working files to CLEANFILES. 


 CLEANFILES += \
-    testsavedregex \
+        test3input \
+        test3output \
+        test3outputA \
+        test3outputB \
+        testtry \
+        teststdout \
     teststderr \
         teststderrgrep \
-        testtemp* \
-    testtry \
+        testtemp1grep \
+        testtemp2grep \
         testtrygrep \
-        testNinput \
         testNinputgrep


## ------------ End of testing -------------

Modified: code/trunk/RunTest
===================================================================
--- code/trunk/RunTest    2014-10-27 10:13:57 UTC (rev 126)
+++ code/trunk/RunTest    2014-10-28 10:19:50 UTC (rev 127)
@@ -688,6 +688,6 @@
 done


# Clean up local working files
-rm -f test3input test3output test3outputA testNinput testsaved* teststdout testtry
+rm -f test3input test3output test3outputA test3outputB teststdout testtry

# End