geoff 2004/10/18 17:06:20
Modified: perl-framework/Apache-Test Changes Log: add new test_config make target, equivalent to t/TEST -conf, and make it a prerequisite for the cmodules make target. now you can 'make cmodules' to build the things in c-modules/ without running t/TEST -conf first. Revision Changes Path 1.181 +9 -5 httpd-test/perl-framework/Apache-Test/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- Changes 15 Oct 2004 04:13:30 -0000 1.180 +++ Changes 19 Oct 2004 00:06:19 -0000 1.181 @@ -8,16 +8,20 @@ =item 1.15-dev -add automatic core dump backtrace generation in t/REPORT if -Devel::GDB is installed [Gozer] - -add 'testcover' make target for running tests with Devel::Cover -[Geoffrey Young] +add new test_config make target, equivalent to t/TEST -conf, +and make it a prerequisite for the cmodules make target. now +you can 'make cmodules' to build the things in c-modules/ +without running t/TEST -conf first. [Geoffrey Young] add -withtestmore import action, which allows Test::More >= 0.49 to replace Test.pm as the engine for server-side tests [Geoffrey Young] +add automatic core dump backtrace generation in t/REPORT if +Devel::GDB is installed [Gozer] + +add 'testcover' make target for running tests with Devel::Cover +[Geoffrey Young]
