Author: jhoblitt
Date: Wed Jan 18 02:55:20 2006
New Revision: 11237
Modified:
trunk/config/gen/makefiles/root.in
Log:
add 'check' target as an alias of 'test' for automake compatibility
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Wed Jan 18 02:55:20 2006
@@ -1313,6 +1313,9 @@ test_prep : all
test : test_prep
$(PERL) t/harness $(EXTRA_TEST_ARGS) $(PARROT_ARGS)
+# automake compatibility
+check : test
+
# Test various run cores and other stuff
# 'testC', 'testg' and 'testj' are tested only
# when the needed runcores are available