[svn:parrot] r41481 - trunk/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 25 22:18:11 UTC 2009


Author: mikehh
Date: Fri Sep 25 22:18:09 2009
New Revision: 41481
URL: https://trac.parrot.org/parrot/changeset/41481

Log:
get make cover to run all the tests make fulltest does

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Sep 25 17:10:03 2009	(r41480)
+++ trunk/config/gen/makefiles/root.in	Fri Sep 25 22:18:09 2009	(r41481)
@@ -2066,8 +2066,11 @@
     cover-run \
     cover-perl \
     cover-extra \
+    cover-nqp \
     cover-codingstd \
     cover-benchmark \
+    cover-manifest \
+    cover-examples \
     cover-distro
 	build_dir=$$PWD; \
     for dir in $(COVER_DIRS); \
@@ -2116,12 +2119,21 @@
 cover-extra: cover.dummy
 	- at make@ extra_tests
 
+cover-nqp: cover.dummy
+	- at make@ nqp_test
+
 cover-codingstd: cover.dummy
 	- at make@ codingstd_tests
 
 cover-benchmark: cover.dummy
 	- at make@ benchmark_tests
 
+cover-manifest: cover.dummy
+	- at make@ manifest_tests
+
+cover-examples: cover.dummy
+	- at make@ examples_tests
+
 cover-distro: cover.dummy
 	- at make@ distro_tests
 


More information about the parrot-commits mailing list