/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations)
Mon Jul 30 21:00:36 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 202 byte(s)
Orao now calls M6502->init correctly, and other tweak to make it semi-working
1 #!/usr/bin/perl
2
3 use Test::More tests => 4;
4
5 BEGIN {
6 use_ok( 'Arch' );
7 use_ok( 'M6502' );
8 use_ok( 'Orao' );
9 use_ok( 'Screen' );
10 }
11
12 diag( "Testing M6502 $M6502::VERSION, Perl 5.008008, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26