Author: stas
Date: Sun Dec 19 20:04:09 2004
New Revision: 122806

URL: http://svn.apache.org/viewcvs?view=rev&rev=122806
Log:
add t/REPORT autogeneration

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL?view=diff&rev=122806&p1=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r1=122805&p2=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r2=122806
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL     (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL     Sun Dec 19 
20:04:09 2004
@@ -17,6 +17,7 @@
 use Apache::TestMM qw(test clean); #enable 'make test and make clean'
 use Apache::TestRun;
 use Apache::TestTrace;
+use Apache::TestReport;
 use Apache::TestConfig ();
 
 my $VERSION;
@@ -36,7 +37,7 @@
 for (@scripts) {
     Apache::TestMM::generate_script($_);
 }
-
+Apache::TestReport->generate_script;
 
 # if built with mod_perl 2.0, its top-level Makefile.PL already
 # installs the uninstall code
@@ -124,7 +125,6 @@
         last if /^=item/;
     }
     close $fh;
-
 }
 
 sub sanity_check {

Reply via email to