Author: bernhard Date: Sat Dec 13 02:33:44 2008 New Revision: 33848 Modified: trunk/languages/pipp/README
Log: Add testing info to the README. Modified: trunk/languages/pipp/README ============================================================================== --- trunk/languages/pipp/README (original) +++ trunk/languages/pipp/README Sat Dec 13 02:33:44 2008 @@ -1,5 +1,11 @@ # $Id$ Pipp is Parrot's PHP. +Pipp is an implementation of the language PHP that runs on Parrot +and uses the Parrot Compiler Toolkit. -For more information see docs/overview.pod. +Run 'make test' for building and running the tests in F<t>. +Run 'make smolder_test' for testing and submitting the test result to +http://smolder.plusthree.com/app/public_projects/smoke_reports/10 + +For more information see docs/overview.pod.
