2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
8 my $file = "gamma.gnumeric";
9 &message
("Check that $file evaluates correctly.");
10 &test_sheet_calc
("$samples/$file", "Overview!B1", sub { /^[0-9.]+$/ && $_ > 11.5; });