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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Mon Jul 30 17:32:41 2007 UTC (16 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 184 byte(s)
great source reorganization, M6502 are now more-or-less generic 6502 CPU bindings,
while all specific stuff to Orao (which isn't working yet) is implemented in
Screen (SDL display) or Orao (palform specific code)
1 dpavlin 29 #!/usr/bin/perl
2 dpavlin 2
3 dpavlin 29 use Test::More tests => 3;
4    
5 dpavlin 2 BEGIN {
6 dpavlin 29 use_ok( 'M6502' );
7 dpavlin 2 use_ok( 'Orao' );
8 dpavlin 29 use_ok( 'Screen' );
9 dpavlin 2 }
10    
11 dpavlin 29 diag( "Testing M6502 $M6502::VERSION, Perl 5.008008, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26