I never noticed it before, but 'make test' runs mod_perl core tests and ModPerl::Registry tests, but not Apache::Test tests. I kinda think we should be running all available tests, especially for software we're installing alongside mod_perl (even though it's a little backwards, testing Apache::Test _after_ we've used it to run the other tests :)

--Geoff

Index: Makefile.PL
===================================================================
RCS file: /home/cvspublic/modperl-2.0/Makefile.PL,v
retrieving revision 1.99
diff -u -r1.99 Makefile.PL
--- Makefile.PL 27 Mar 2003 05:22:26 -0000      1.99
+++ Makefile.PL 3 Apr 2003 16:41:27 -0000
@@ -445,6 +445,7 @@
        $(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
        t/TEST -verbose=$(TEST_VERBOSE) $(TEST_FILES)
        cd ModPerl-Registry && $(MAKE) test
+       cd Apache-Test && $(MAKE) test

 test :: pure_all run_tests test_clean
 EOF


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to