2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
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;
16 &GnumericTest
::junkfile
($tmp);
18 &test_valgrind
("$ssconvert $src $tmp", 1);