Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t7000-goal-seek.pl
blob874ca4c8136df0b0009cc1a80a82c69762a9394d
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check that goal seeking works right.");
10 my @args = map { "--goal-seek=A$_:E$_"; } (4 ... 16);
11 &test_sheet_calc ("$samples/goal-seek.gnumeric", \@args,
12 "H4:H1000", sub { /^(\s*TRUE)+\s*$/ });