Author: bernhard
Date: Mon Oct 10 12:41:26 2005
New Revision: 9441

Modified:
   trunk/   (props changed)
   trunk/MANIFEST.SKIP
   trunk/config/gen/makefiles/root.in
Log:
Mention smoke testing in 'make help'.
Tell SVN about the generated file 'smoke.html'


Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Mon Oct 10 12:41:26 2005
@@ -1,5 +1,5 @@
 # $Id$
-# generated by gen_manifest_skip.pl Wed Oct  5 20:40:16 2005
+# generated by gen_manifest_skip.pl Mon Oct 10 21:29:56 2005
 #
 # Please update t/src/manifest.t when adding patterns here
 \B\.svn\b
@@ -39,6 +39,8 @@
 ^pdb/
 ^pdump$
 ^pdump/
+^smoke\.html$
+^smoke\.html/
 ^temp\.file$
 ^temp\.file/
 ^test$
@@ -259,6 +261,7 @@
 ^docs/ops/.*\.pod$
 ^docs/ops/.*\.pod/
 # generated from svn:ignore of 'docs/pdds/'
+# generated from svn:ignore of 'docs/pdds/clip/'
 # generated from svn:ignore of 'docs/pmc/'
 # generated from svn:ignore of 'docs/req/'
 # generated from svn:ignore of 'docs/resources/'

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Mon Oct 10 12:41:26 2005
@@ -602,6 +602,11 @@ help :
        @echo "  manitest:          Check for new and missing files."
        @echo "  doc_tests:         Check POD syntax of all file containing 
POD."
        @echo ""
+       @echo "Smoke Testing:"
+       @echo "  smoke:             Run the test suite and send smoke.html to "
+       @echo "                     http://smoke.parrotcode.org/";
+       @echo "  smoke-clean:       clean up smoke.html"
+       @echo ""
        @echo "Benchmarks:"
        @echo "  mopsbench:         Million operations"
        @echo ""

Reply via email to