NAME
Gruntmaster::Daemon::Runner::Verifier - Check the program output with a verifier
SYNOPSIS
use Gruntmaster::Daemon::Runner::Verifier;
Gruntmaster::Daemon::Runner::Verifier->run(5, $meta);
DESCRIPTION
Gruntmaster::Daemon::Runner::Verifier is a runner which uses a verifier program to check the correctness of the output.
The verifier program, $meta->{files}{ver}
, reads the test input from stdin and the output from fd 3. If the output is incorrect, it should return a nonzero value. Otherwise, it should print the score on this test and then return 0.
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.