NAME
02-find_file.t - test Parrot::Pmc2c::Pmc2cMain::find_file()
SYNOPSIS
% prove t/tools/pmc2cutils/02-find_file.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.
02-find_file.t tests Parrot::Pmc2c::Pmc2cMain::find_file()
, which is called within other Parrot::Pmc2c::Util methods. The tests assume a certain file structure in the Parrot tarball; they may no longer be valid if that structure changes in the future.
AUTHOR
James E Keenan
SEE ALSO
Parrot::Pmc2c, pmc2c.pl.