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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (hide annotations)
Wed Aug 1 21:46:23 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 246 byte(s)
allocate memory for R if needed, trivial test (excercise segfault)
1 dpavlin 83 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5    
6     use blib;
7     use lib './lib';
8    
9     use Test::More tests => 11;
10     use Test::Exception;
11     use Data::Dump qw/dump/;
12    
13     BEGIN {
14     use_ok( 'M6502' );
15     }
16    
17     ok( M6502::reset(), 'reset' );
18    
19     ok( M6502::reset(), 'reset again' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26