[svn:parrot] r41616 - branches/pct-rx/config/gen/makefiles

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Fri Oct 2 15:50:34 UTC 2009


Author: pmichaud
Date: Fri Oct  2 15:50:32 2009
New Revision: 41616
URL: https://trac.parrot.org/parrot/changeset/41616

Log:
[pct-rx]:  Add 'rxtest' makefile target.

Modified:
   branches/pct-rx/config/gen/makefiles/pct.in

Modified: branches/pct-rx/config/gen/makefiles/pct.in
==============================================================================
--- branches/pct-rx/config/gen/makefiles/pct.in	Fri Oct  2 14:53:32 2009	(r41615)
+++ branches/pct-rx/config/gen/makefiles/pct.in	Fri Oct  2 15:50:32 2009	(r41616)
@@ -72,6 +72,9 @@
 test: all
 	cd $(TOOL_DIR) && prove -r t/compilers/pct
 
+rxtest: all
+	cd $(TOOL_DIR) && prove -r t/compilers/pct/regex
+
 testclean:
 	$(RM_F) $(TEST_DIR)/*.pir \
 	    $(TEST_DIR)/*.pbc


More information about the parrot-commits mailing list