Author: colink Date: Fri Oct 5 16:20:18 2007 New Revision: 21895 Modified: branches/unified_testing/BRANCH_TODO branches/unified_testing/languages/befunge/t/basic.t
Log: [unified testing]fix befunge tests to run from languages/bf via a use lib statement Modified: branches/unified_testing/BRANCH_TODO ============================================================================== --- branches/unified_testing/BRANCH_TODO (original) +++ branches/unified_testing/BRANCH_TODO Fri Oct 5 16:20:18 2007 @@ -30,7 +30,7 @@ amber NO TESTS APL DONE BASIC NO TESTS -befunge 1 Test, needs a lot of work +befunge DONE bf Tests run from languages, not from languages/bf c99 Tests don't run cardinal Most/all tests fail with method __get_bool not found Modified: branches/unified_testing/languages/befunge/t/basic.t ============================================================================== --- branches/unified_testing/languages/befunge/t/basic.t (original) +++ branches/unified_testing/languages/befunge/t/basic.t Fri Oct 5 16:20:18 2007 @@ -6,6 +6,7 @@ use warnings; use Data::Dumper; +use lib qw( t . .. lib ../lib ../../lib ../../../lib ../../../../lib ); use Test::More tests => 1; use Parrot::Test;
