Home
last modified time | relevance | path

Searched refs:prove (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/t/
Dprove-globbing.t15 plan skip_all => "Not installing prove" if -e "t/SKIP-PROVE";
19 my $prove = File::Spec->catfile( File::Spec->curdir, "blib", "script", "prove" );
20 my $tests = File::Spec->catfile( 't', 'prove*.t' );
23 my @actual = sort qx/$prove --dry $tests/;
27 File::Spec->catfile( "t", "prove-globbing.t" ),
28 File::Spec->catfile( "t", "prove-switches.t" ),
Dprove-switches.t15 plan skip_all => "Not installing prove" if -e "t/SKIP-PROVE";
26 my $prove = File::Spec->catfile( $blib, "script", "prove" );
32 my @actual = qx/$prove -Ifirst -D -I second -Ithird -Tvdb/;
41 my @actual = qx/$prove -dD -Ifirst -I second -t -Ithird -vb/;
50 my @actual = qx/$prove -Ibork -Dd/;
58 my @actual = qx/$prove -l -Ibongo -Dd/;
66 my @actual = qx/$prove -lb -Dd/;
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/
DChanges13 * File order in prove is now sorted within the directory. It's not
33 true if you want it. Added --timer flag to prove.
171 t/prove-switches.t. See the following RT tickets for details.
179 * prove -v now sets TEST_VERBOSE in case your tests rely on them.
180 * prove globs the command line, since Win32's shell doesn't.
183 * Cross-platform test fixes on t/prove-globbing.t
191 * prove now takes a -l option to add lib/ to @INC. Now when you're
193 the prove. Thanks to David Wheeler for the idea.
211 * prove -V now shows the Perl version being used.
223 * Test::Harness and prove only quote those parms that actually need
[all …]
DTAP.pod38 Typically this will be Perl's I<prove> program, or the underlying
/mirbsd/src/gnu/usr.bin/perl/utils/
Dprove.PL36 my $prove = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
39 if (open(PROVE, $prove)) {
43 die "$0: cannot find '$prove'\n";
DMakefile8 pl = c2ph.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.P…
9 plextract = c2ph cpan h2ph h2xs instmodsh perlbug perldoc perlivp pl2pm prove splain perlcc dprofpp…
10 … ./cpan ./h2ph ./h2xs ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./splain ./perlcc …
46 prove: prove.PL ../config.sh target
/mirbsd/src/gnu/usr.bin/perl/
Dutils.lst22 utils/prove
DChanges5.8.3554 !> lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
556 !> lib/Test/Harness/t/prove-switches.t
1282 Introduce the prove(1) utility.
1283 (The prove-switches test is disabled for now.)
1286 The prove utility should also be installed on VMS and on Windows.
1296 +> lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
1297 +> lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
1299 +> utils/prove.PL
DMakefile.bsd-wrapper1155 prove 1 lib/Test/Harness/bin/prove \
DREADME.os39027 The z/OS Unix Tools and Toys list may prove helpful and contains links
DChanges5.8.5740 !> lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
DMANIFEST1851 lib/Test/Harness/bin/prove The prove harness utility
1870 lib/Test/Harness/t/prove-globbing.t Test::Harness::Straps test
1871 lib/Test/Harness/t/prove-switches.t Test::Harness::Straps test
2949 utils/prove.PL The prove harness utility
DChanges5.8.71837 +> lib/Test/Harness/t/prove-globbing.t
1841 !> lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
2316 Turn the unreachable code into assertions. (So prove me wrong...)
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl583delta.pod87 A new utility, C<prove>, makes it easy to run an individual regression test
88 at the command line. C<prove> is part of Test::Harness, which users of earlier
Dperlstyle.pod16 may also prove useful.
Dperlboot.pod798 Some modules which might prove interesting are Class::Accessor,
/mirbsd/src/gnu/usr.bin/perl/Porting/
DContract23 to simply as a "module") will prove so widely useful and/or so integral to
81 made before doing this. If it does prove necessary to fork a module for
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Dconcise-xs.t12 with a '!'. Data::Dumper is also tested, partly to prove the non-!
/mirbsd/src/etc/
Disdnd.rc.sample282 # remote side to prove its identity,
297 ppp-auth-paranoid = yes # do we expect the remote side to prove
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb-events.sh95 prove easier. */
/mirbsd/src/gnu/usr.bin/perl/win32/
DMakefile561 ..\utils\prove \
1211 xsubpp instmodsh prove
Dmakefile.mk713 ..\utils\prove \
1385 xsubpp instmodsh prove
/mirbsd/src/usr.bin/calendar/calendars/
Dcalendar.history188 06/15 Series of photographs by Edward Muggeridge prove to Leland Stanford
/mirbsd/src/gnu/usr.bin/perl/vms/
Ddescrip_mms.template343 utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com
549 [.utils]prove.com : [.utils]prove.PL $(ARCHDIR)Config.pm
/mirbsd/src/distrib/lists/base/gnu/
Dmi39 ./usr/bin/prove
1380 ./usr/share/man/cat1/prove.0

12