NAME

Test::VIC

SYNOPSIS

A test class for handling VIC testing

DESCRIPTION

compiles_ok $input, $output

This function takes the input VIC code, and the expected assembly code and checks whether the VIC code compiles into the assembly code.

compile_fails_ok $input

This function takes the input VIC code and checks whether the VIC code fails to compile into assembly code.

AUTHOR

Vikas N Kumar <vikas@cpan.org>

COPYRIGHT

Copyright (c) 2014. Vikas N Kumar

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html