Skip to content

Commit

Permalink
Added unit test framework stub for error testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2009
1 parent 44e2502 commit f2c1943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unit_tests/run_tests.pl
Expand Up @@ -78,6 +78,9 @@ sub compare_files {
return @retval;
};

$tests{'errors'} = sub {
return (-1, 'Unimplemented'); # !!! FIXME
};

my $totaltests = 0;
my $pass = 0;
Expand Down

0 comments on commit f2c1943

Please sign in to comment.