Add a test for darcs inputs.

This commit is contained in:
Petr Rockai
2013-07-10 11:50:24 +02:00
parent d31e4469bb
commit 66f3e60e2a
5 changed files with 45 additions and 4 deletions

View File

@ -7,7 +7,7 @@ use Setup;
my $db = Hydra::Model::DB->new;
use Test::Simple tests => 68;
use Test::Simple tests => 72;
hydra_setup($db);
@ -102,6 +102,13 @@ my @scminputs = (
type => "hg",
uri => "$jobsBaseUri/hg-repo",
update => getcwd . "/jobs/hg-update.sh"
},
{
name => "darcs",
nixexpr => "darcs-input.nix",
type => "darcs",
uri => "$jobsBaseUri/darcs-repo",
update => getcwd . "/jobs/darcs-update.sh"
}
);