Introspection fix
[gnumeric.git] / test / t8004-valgrind-xls-macro.pl
blob29a3be06e0c76b3c22fb8083e38d4dbf4cacdef6
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 # See #490828
10 &message ("Check the xls importer and exporter with valgrind.");
12 my $src = "$samples/excel/sort.xls";
13 &GnumericTest::report_skip ("file $src does not exist") unless -r $src;
15 my $tmp = "sort.xls";
16 &GnumericTest::junkfile ($tmp);
18 &test_valgrind ("$ssconvert $src $tmp", 1);