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

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

Most of the mktest.pl switches are implemented for backward compatibility, but some had to go in faviour of the new regime of front-ends.
--config|-c <configfile> Use the settings from the configfile
runsmoke.pl can use the configuration file created by configsmoke.pl. Other options can override the settings from the configuration file. If the config-filename is ommited smokecurrent_config is assumed.
These options will also override the values in the configfile (if the --config switch is used).
--fdir|--forest|-f <dir> Set the basedir for forest
--locale|-l <somelocale> Set the UTF-8 for special testrun
--[no]force-c-locale Force (or not) $ENV{LC_ALL}="C"
--[no]is56x This is (not) a perl 5.6.x smoke
--[no]defaultenv This is (not) a non $ENV{PERLIO} smoke
--ddir|-d <dir> Set the build directory
--cfg <buildcfg>
--killtime|-k <killtime> Set a killtime
--verbose|-v <0..2> Verbose level
--w32cc|--win32-cctype <BORLAND|GCC|MSVC20|MSVC|MSVC60>
--w32make|--win32-maker <dmake|nmake>
--continue Try to continue an aborted smoke
--[no]run
--dry-run|-n dry run...
--help|-h This message
--man The full manpage

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

Test::Smoke, Test::Smoke::Smoker

(c) 2002-2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.