The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

01-pmc2cutils.t - test Parrot::Pmc2c::Pmc2cMain basic functionality

SYNOPSIS

    % prove t/tools/pmc2cutils/01-pmc2cutils.t

DESCRIPTION

The files in this directory test the publicly callable methods of lib/Parrot/Pmc2c/Pmc2cMain.pm. By doing so, they test the functionality of the pmc2c.pl utility. That functionality has largely been extracted into the methods of Pmc2cMain.pm.

01-pmc2cutils.t consists solely of:

  1. calls to Test::More::isa_ok() and can_ok() on the constructor and publicly available methods of Parrot::Pmc2c::Pmc2cMain; and

  2. tests of how the constructor handles bad arguments.

AUTHOR

James E Keenan

SEE ALSO

Parrot::Pmc2c, pmc2c.pl.