Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 34536 invoked from network); 13 Jan 2005 04:22:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Jan 2005 04:22:22 -0000 Received: (qmail 61596 invoked by uid 500); 13 Jan 2005 04:22:22 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 61558 invoked by uid 500); 13 Jan 2005 04:22:22 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 61543 invoked by uid 99); 13 Jan 2005 04:22:22 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 12 Jan 2005 20:22:22 -0800 Received: (qmail 34525 invoked by uid 65534); 13 Jan 2005 04:22:21 -0000 Date: 13 Jan 2005 04:22:21 -0000 Message-ID: <20050113042221.34521.qmail@minotaur.apache.org> From: stas@apache.org To: apreq-cvs@httpd.apache.org Subject: svn commit: r125034 - /httpd/apreq/trunk/glue/perl/Makefile.PL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stas Date: Wed Jan 12 20:22:19 2005 New Revision: 125034 URL: http://svn.apache.org/viewcvs?view=rev&rev=125034 Log: autogenerate SMOKE and REPORT scripts Modified: httpd/apreq/trunk/glue/perl/Makefile.PL Modified: httpd/apreq/trunk/glue/perl/Makefile.PL Url: http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/Makefile.PL?view=diff&rev=125034&p1=httpd/apreq/trunk/glue/perl/Makefile.PL&r1=125033&p2=httpd/apreq/trunk/glue/perl/Makefile.PL&r2=125034 ============================================================================== --- httpd/apreq/trunk/glue/perl/Makefile.PL (original) +++ httpd/apreq/trunk/glue/perl/Makefile.PL Wed Jan 12 20:22:19 2005 @@ -11,6 +11,9 @@ use Apache::TestSmoke (); use Apache::TestRun (); use Apache::TestConfigPerl (); +use Apache::TestSmokePerl (); +use Apache::TestReportPerl (); + use File::Find qw(finddepth); use File::Basename; use Apache::Build; @@ -157,6 +160,8 @@ Apache::TestMM::filter_args(); Apache::TestMM::generate_script("t/TEST"); +Apache::TestSmokePerl->generate_script; +Apache::TestReportPerl->generate_script; ModPerl::MM::WriteMakefile( NAME => 'libapreq2',