Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t1012-burkardt.pl
blob8dbc57a372240789e43bf53a61065afcf091bd19
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "burkardt.gnumeric";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "D1", sub { $_ > 11.0 });