Test::Lintian::Prepare (3) Linux Manual Page
Test::Lintian::Prepare — routines to prepare the work directories
Synopsis
use Test::Lintian::Prepare qw(prepare);
Description
The routines in this module prepare the work directories in which the tests are run. To do so, they use the specifications in the test set.Functions
- prepare(SPEC_PATH, SOURCE_PATH, TEST_SET, REBUILD)
- Populates a work directory SOURCE_PATH with data from the test located in SPEC_PATH. The optional parameter REBUILD forces a rebuild if true.
- filleval(SPEC_PATH, EVAL_PATH, TEST_SET, REBUILD)
- Populates a evaluation directory EVAL_PATH with data from the test located in SPEC_PATH. The optional parameter REBUILD forces a rebuild if true.
- combine_fields
- fill_hash_from_hash
