Introspection fix
[gnumeric.git] / test / t1105-gamma.pl
blobcb6f8b2e210c51d74b17903d33704129f9633609
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
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; });