[svn:parrot] r39911 - branches/ops_pct/compilers/opsc/t

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Jul 7 09:54:47 UTC 2009


Author: bacek
Date: Tue Jul  7 09:54:47 2009
New Revision: 39911
URL: https://trac.parrot.org/parrot/changeset/39911

Log:
[t] Steal t/harness from pmc_pct

Added:
   branches/ops_pct/compilers/opsc/t/harness

Added: branches/ops_pct/compilers/opsc/t/harness
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/ops_pct/compilers/opsc/t/harness	Tue Jul  7 09:54:47 2009	(r39911)
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+# $Id$
+
+use FindBin;
+use lib qw( . lib ../lib ../../lib ../../lib );
+use Parrot::Test::Harness language => 'ops', verbosity => 0;
+


More information about the parrot-commits mailing list