/[VRac]/M6502/t/01-arch.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/01-arch.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations)
Sun Jul 29 19:45:10 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: ACME-6502/t/01-orao.t
File MIME type: application/x-troff
File size: 221 byte(s)
restructuring and improving code all over
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use lib './lib';
7
8 use Test::More tests => 3;
9
10 BEGIN {
11 use_ok( 'Orao' );
12 }
13
14 ok( my $orao = Orao->new({
15 vram => sub {},
16 mem_acc => sub {},
17 }), 'new' );
18 isa_ok( $orao, 'Orao' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26