[svn:parrot] r39275 - trunk/config/gen/makefiles
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat May 30 15:52:48 UTC 2009
Author: bacek
Date: Sat May 30 15:52:47 2009
New Revision: 39275
URL: https://trac.parrot.org/parrot/changeset/39275
Log:
Run nqp_test after testing Parrot's core itself.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sat May 30 15:52:26 2009 (r39274)
+++ trunk/config/gen/makefiles/root.in Sat May 30 15:52:47 2009 (r39275)
@@ -1485,7 +1485,10 @@
# integrating them in a single run is difficult.
# Normal test package
-test : test_prep test_pbc_annotation_persistence nqp_test
+test : test_core nqp_test
+
+# Test Parrot core.
+test_core: test_prep test_pbc_annotation_persistence
$(PERL) t/harness $(EXTRA_TEST_ARGS)
# Test the NQP compiler
More information about the parrot-commits
mailing list