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