[svn:parrot] r45310 - in branches/profiling_testing: lib/Parrot/Harness t/profiling

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Mar 30 06:24:59 UTC 2010


Author: cotto
Date: Tue Mar 30 06:24:59 2010
New Revision: 45310
URL: https://trac.parrot.org/parrot/changeset/45310

Log:
[profiling] add profiling runcore tests to library tests, make them work with prove

Modified:
   branches/profiling_testing/lib/Parrot/Harness/DefaultTests.pm
   branches/profiling_testing/t/profiling/profiling.t

Modified: branches/profiling_testing/lib/Parrot/Harness/DefaultTests.pm
==============================================================================
--- branches/profiling_testing/lib/Parrot/Harness/DefaultTests.pm	Tue Mar 30 06:13:04 2010	(r45309)
+++ branches/profiling_testing/lib/Parrot/Harness/DefaultTests.pm	Tue Mar 30 06:24:59 2010	(r45310)
@@ -86,6 +86,7 @@
     t/compilers/tge/*.t
     t/library/*.t
     t/tools/*.t
+    t/profiling/*.t
 );
 
 # configure tests are tests to be run at the beginning of 'make test';

Modified: branches/profiling_testing/t/profiling/profiling.t
==============================================================================
--- branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:13:04 2010	(r45309)
+++ branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:24:59 2010	(r45310)
@@ -1,4 +1,4 @@
-#!/usr/bin/env parrot-nqp
+#!./parrot-nqp
 
 # Copyright (C) 2010, Parrot Foundation.
 # $Id$


More information about the parrot-commits mailing list