1RUNSMOKE(1)           User Contributed Perl Documentation          RUNSMOKE(1)
2
3
4

NAME

6       runsmoke.pl - Configure, build and test bleading edge perl
7

SYNOPSIS

9           $ ./runsmoke.pl [options] <buildcfg>
10

OPTIONS

12       Most of the mktest.pl switches are implemented for backward
13       compatibility, but some had to go in faviour of the new regime of
14       front-ends.
15
16       Configuration file
17               --config|-c <configfile>  Use the settings from the configfile
18
19           runsmoke.pl can use the configuration file created by
20           configsmoke.pl.  Other options can override the settings from the
21           configuration file. If the config-filename is omitted
22           smokecurrent_config is assumed.
23
24       Overridable options
25           These options will also override the values in the configfile (if
26           the "--config" switch is used).
27
28               --fdir|--forest|-f <dir>  Set the basedir for forest
29               --locale|-l <somelocale>  Set the UTF-8 for special testrun
30               --[no]force-c-locale      Force (or not) $ENV{LC_ALL}="C"
31               --[no]is56x               This is (not) a perl 5.6.x smoke
32               --[no]defaultenv          This is (not) a non $ENV{PERLIO} smoke
33
34               --ddir|-d <dir>           Set the build directory
35               --cfg <buildcfg>
36               --killtime|-k <killtime>  Set a killtime
37               --verbose|-v <0..2>       Verbose level
38
39       Win32 options (overridable)
40               --w32cc|--win32-cctype    <BORLAND|GCC|MSVC20|MSVC|MSVC60>
41               --w32make|--win32-maker   <dmake|nmake>
42
43       General options
44               --continue                Try to continue an aborted smoke
45               --[no]run
46               --dry-run|-n              dry run...
47               --help|-h                 This message
48               --man                     The full manpage
49

DESCRIPTION

51       runsmoke.pl is the replacement script for mktest.pl (which is now
52       depricated and will not be maintained).
53

SEE ALSO

55       Test::Smoke, Test::Smoke::Smoker
56
58       (c) 2002-2003, All rights reserved.
59
60         * Abe Timmerman <abeltje@cpan.org>
61
62       This library is free software; you can redistribute it and/or modify it
63       under the same terms as Perl itself.
64
65       See:
66
67       ·   <http://www.perl.com/perl/misc/Artistic.html>
68
69       ·   <http://www.gnu.org/copyleft/gpl.html>
70
71       This program is distributed in the hope that it will be useful, but
72       WITHOUT ANY WARRANTY; without even the implied warranty of
73       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75
76
77perl v5.32.0                      2020-07-28                       RUNSMOKE(1)
Impressum