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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 25 06:16:33 UTC 2009


Author: mikehh
Date: Fri Sep 25 06:16:30 2009
New Revision: 41466
URL: https://trac.parrot.org/parrot/changeset/41466

Log:
additional test for make fulltest (and make cover) and fix comment

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Sep 25 04:55:32 2009	(r41465)
+++ trunk/config/gen/makefiles/root.in	Fri Sep 25 06:16:30 2009	(r41466)
@@ -1418,6 +1418,7 @@
 TOOLS_TEST_FILES := \
     t/tools/*.t
 EXTRA_TEST_FILES := \
+    t/compilers/json/*.t \
     t/compilers/pct/*.t \
     t/compilers/pge/*.t \
     t/compilers/pge/p5regex/*.t \
@@ -1596,7 +1597,7 @@
 configure_tests :
 	$(PERL) t/harness $(CONFIGURE_TEST_FILES)
 
-# extra tests - tests run by make test but not by make fulltest or make cover
+# extra tests - tests needed by make fulltest and make cover for completion
 extra_tests : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) $(EXTRA_TEST_FILES)
 


More information about the parrot-commits mailing list