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

Util at svn.parrot.org Util at svn.parrot.org
Tue Mar 10 18:20:48 UTC 2009


Author: Util
Date: Tue Mar 10 18:20:47 2009
New Revision: 37272
URL: https://trac.parrot.org/parrot/changeset/37272

Log:
Added target `make fulltest_all` (TT#432)

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Mar 10 18:04:56 2009	(r37271)
+++ trunk/config/gen/makefiles/root.in	Tue Mar 10 18:20:47 2009	(r37272)
@@ -1515,6 +1515,24 @@
 	examples_tests \
 	distro_tests
 
+fulltest_all :
+	- at make@ testb
+#IF(cg_flag):	- at make@ testC
+	- at make@ testf
+#IF(cg_flag):	- at make@ testg
+#IF(jitcapable):	- at make@ testj
+	- at make@ testr
+	- at make@ testS
+	- at make@ src_tests
+	- at make@ run_tests
+	- at make@ perl_tests
+	- at make@ codetest
+	- at make@ doc_tests
+	- at make@ manifest_tests
+	- at make@ examples_tests
+	- at make@ distro_tests
+	- at make@ benchmark_tests
+
 # bounds checking, slow core
 testb : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) -b $(RUNCORE_TEST_FILES)


More information about the parrot-commits mailing list