Introspection fix
[gnumeric.git] / test / t1008-infofuns.pl
blob9a4a50a0cb22bf3d665f53626a26f52665ada1cf
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "infofuns.xls";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/excel/$file", "A4", sub { /All ok/i });