Introspection: add col/row manipulations
[gnumeric.git] / test / t7114-solver-Gauss1.pl
blob62be5fa0ee82030a9db1f45f038fd459d0aaf5c5
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "Gauss1.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 });