Introspection fix
[gnumeric.git] / test / t6002-objs.pl
blobdb24147517eeee6b3a07f0f4db85a581c25bb233
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check the xls exporter.");
9 &test_exporter ("$samples/excel/objs.xls");