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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Jul 22 00:05:53 UTC 2009


Author: jkeenan
Date: Wed Jul 22 00:05:52 2009
New Revision: 40207
URL: https://trac.parrot.org/parrot/changeset/40207

Log:
Remove 'make' target fulltest_all.  Cf.:  https://trac.parrot.org/parrot/ticket/862.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Jul 21 23:59:10 2009	(r40206)
+++ trunk/config/gen/makefiles/root.in	Wed Jul 22 00:05:52 2009	(r40207)
@@ -1535,23 +1535,6 @@
 	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@ 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