Front page | perl.ponie.changes |
Postings from November 2005
[svn:ponie] r364 - trunk
From:
nicholas
Date:
November 1, 2005 08:50
Subject:
[svn:ponie] r364 - trunk
Message ID:
20051101165000.26997.qmail@x1.develooper.com
Author: nicholas
Date: Tue Nov 1 08:49:59 2005
New Revision: 364
Modified:
trunk/Makefile
trunk/write_makefile.pl
Log:
make 'make test' at the top level pass if it's the first target you attempt.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov 1 08:49:59 2005
@@ -59,6 +59,7 @@ install:
test:
cd parrot && make -k test
+ cd src/pmc && $(MAKE) test
cd perl && env HARNESS_OK_SLOW=1 make test_harness
.DEFAULT:
Modified: trunk/write_makefile.pl
==============================================================================
--- trunk/write_makefile.pl (original)
+++ trunk/write_makefile.pl Tue Nov 1 08:49:59 2005
@@ -52,6 +52,9 @@ libponie$Config{_a}: $allobjs $configobj
ar -r \$\@ \$\?
$Config{ranlib} \$\@
+test: libponie$Config{_a}
+ /bin/true # There are no tests in this directory.
+
perl5pmcs.c: $alldumps
\$(PERL) $parrotdir/build_tools/pmc2c.pl --library perl5pmcs --c $allpmcs
-
[svn:ponie] r364 - trunk
by nicholas