NAME
Gruntmaster::Daemon::Generator::Run - Generate tests from program output
SYNOPSIS
use Gruntmaster::Daemon::Generator::Run;
Gruntmaster::Daemon::Generator::Run->generate(5, $meta);
DESCRIPTION
Gruntmaster::Daemon::Generator::Run is a dynamic test generator. The input for test $i
is the output of running $meta->{files}{gen}
with argument $i
.
AUTHOR
Marius Gavrilescu <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Marius Gavrilescu
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.