Lines Matching refs:indir
19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test
43 indir "subdir" => sub {
164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS>
166 C<indir> is used to run a part of the recipe in a different directory than
170 C<indir> takes some additional options OPTS that affect the subdirectory:
184 indir "foo" => sub {
198 sub indir {
204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into")
298 indir "foo", sub {
971 # therefore on the proper use of setup() and when needed, indir().