2 # Copyright (C) 2007, Parrot Foundation.
12 use Parrot::Config qw( %PConfig );
14 plan( skip_all => 't/harness only runs once configuration has completed' )
18 use Parrot::Harness::Options qw( Usage );
19 use IO::CaptureOutput qw| capture |;
28 qr/perl\st\/harness\s\[options\]\s\[testfiles\]/,
29 "Got expected Usage message"
33 pass("Completed all tests in $0");
35 ################### DOCUMENTATION ###################
39 04-Usage.t - test Parrot::Harness::Options
43 % prove t/pharness/04-Usage.t
47 This file holds tests for Parrot::Harness::Options::Usage().
55 Parrot::Harness::Options, F<t/harness>.
61 # cperl-indent-level: 4
64 # vim: expandtab shiftwidth=4: