NAME

pmctree.t - test Parrot::Pmc2c::PMC::PrintTree::print_tree()

SYNOPSIS

% prove t/tools/pmc2cutils/pmctree.t

DESCRIPTION

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

pmctree.t tests the Parrot::Pmc2c::PMC::PrintTree::print_tree() method. This method is not called make. It appears to be intended as an aid in debugging once make has run.

So as not to pollute the Parrot build directories with files created during the testing process, all functions which create or modify files should be called within a temporary directory.

AUTHOR

James E Keenan

SEE ALSO

Parrot::Pmc2c, pmc2c.pl.