Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[euler] add a test for prob100
  • Loading branch information
Paul Cochrane committed Apr 28, 2015
1 parent 85003a9 commit 219e6a1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion t/categories/euler.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 43;
plan 44;

subtest {
plan 5;
Expand Down Expand Up @@ -410,6 +410,16 @@ if False {
}, "prob092";
}

subtest {
plan 1;

my $problem = "prob100";
my @authors = <andreoss>;
my $expected-output = 756872327473;

check-example-solutions($problem, $expected-output, @authors)
}, "prob100";

skip("prob104-moritz.pl takes too long to run");
if False {
subtest {
Expand Down

0 comments on commit 219e6a1

Please sign in to comment.