develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r34975 - trunk/languages/pipp/config/makefiles

From:
cotto
Date:
January 5, 2009 01:23
Subject:
[svn:parrot] r34975 - trunk/languages/pipp/config/makefiles
Message ID:
20090105092307.190B1CB9F9@x12.develooper.com
Author: cotto
Date: Mon Jan  5 01:23:06 2009
New Revision: 34975

Modified:
   trunk/languages/pipp/config/makefiles/root.in

Log:
[pipp] update test-pmc target, add to make test


Modified: trunk/languages/pipp/config/makefiles/root.in
==============================================================================
--- trunk/languages/pipp/config/makefiles/root.in	(original)
+++ trunk/languages/pipp/config/makefiles/root.in	Mon Jan  5 01:23:06 2009
@@ -217,7 +217,7 @@
 test:     all
 	- $(PERL) t/harness
 
-test-all: all test-php test
+test-all: all test-php test test-pmc
 
 test-php:
 	- $(PERL) t/harness --with-php
@@ -231,7 +231,7 @@
 # make sure debugging output is disabled while running the tests
 export PMCDEBUG=
 
-test-pmc: pmc
+test-pmc: build-pmc
 	@ prove -I../../lib t/pmc
 
 # this does not work yet



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About