2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
8 &message
("Check the xls importer and exporter with valgrind.");
10 my $src = "$samples/excel/statfuns.xls";
11 &GnumericTest
::report_skip
("file $src does not exist") unless -r
$src;
13 my $tmp = "statfuns.xls";
14 &GnumericTest
::junkfile
($tmp);
16 &test_valgrind
("$ssconvert $src $tmp", 1);