Introspection: add col/row manipulations
[gnumeric.git] / test / t1015-complex.pl
blobc1b86ec65b43336f90f2e16c8c6a6e97372cc249
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "complex-tests.gnumeric";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "A3", sub { $_ > 15 });