/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 04:02:17	122805
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 04:04:09	122806
@@ -17,6 +17,7 @@ use File::Find qw(finddepth);
 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 @@ finddepth(sub {
 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 @@ sub set_version {
         last if /^=item/;
     }
     close $fh;
-
 }
 
 sub sanity_check {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26