/[VRac]/M6502/t/00-load.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /M6502/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 79 by dpavlin, Mon Jul 30 21:00:36 2007 UTC revision 80 by dpavlin, Wed Aug 1 15:34:43 2007 UTC
# Line 3  Line 3 
3  use Test::More tests => 4;  use Test::More tests => 4;
4    
5  BEGIN {  BEGIN {
6    use blib;
7  use_ok( 'Arch' );  use_ok( 'Arch' );
8  use_ok( 'M6502' );  use_ok( 'M6502' );
9  use_ok( 'Orao' );  use_ok( 'Orao' );
# Line 10  use_ok( 'Screen' ); Line 11  use_ok( 'Screen' );
11  }  }
12    
13  diag( "Testing M6502 $M6502::VERSION, Perl 5.008008, /usr/bin/perl" );  diag( "Testing M6502 $M6502::VERSION, Perl 5.008008, /usr/bin/perl" );
14    
15    ok( M6502::run(), 'run' );

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.26