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

Annotation of /M6502/t/01-arch.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Sun Jul 29 21:56:40 2007 UTC (16 years, 9 months ago) by dpavlin
Original Path: ACME-6502/t/01-orao.t
File MIME type: application/x-troff
File size: 200 byte(s)
more cleanup and moving of arch-specific stuff in script itself
1 dpavlin 15 #!/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 dpavlin 19 mmu => sub {},
16 dpavlin 15 }), 'new' );
17     isa_ok( $orao, 'Orao' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26