diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-10-31 12:34:34 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2014-10-31 12:34:34 +0000 |
commit | d3882ead437dfbb19d4c820969bdf3e3b295e4aa (patch) | |
tree | a443cac581d4bc2937460040039e59fdd7cb2975 /Makefile.am | |
parent | 3c72e5dc813861511562b11663765a66953f2ce5 (diff) | |
download | pcre2-d3882ead437dfbb19d4c820969bdf3e3b295e4aa.tar.gz |
Improve test coverage; minor typo in JIT test and other minor buglets fixed.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@128 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7839929..71798e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -587,11 +587,12 @@ EXTRA_DIST += \ testdata/testoutput18 \ testdata/testoutputEBC \ perltest.sh - + # RunTest and RunGrepTest should clean up after themselves, but just in case -# they don't, add their working files to CLEANFILES. +# they don't, add their working files to CLEANFILES. CLEANFILES += \ + testSinput \ test3input \ test3output \ test3outputA \ |