Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t7112-solver-Chwirut1.pl
blob3a187c1901e2b7e366d00ff57296705215d6e189
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "Chwirut1.gnumeric";
9 my $rle = 6;
10 &message ("Check non-linear solver on $file problem.");
11 &test_sheet_calc ("$samples/solver/$file", ['--solve'], "K39",
12 sub {
13 chomp;
14 print STDERR "--> $_\n";
15 return (/^[-+]?(\d|\.\d)/ &&
16 $_ > $rle);
17 });