Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t8002-valgrind-gnumeric.pl
blob8ffe9104a86f091dba03128512233cde0bb0cd0a
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check the gnumeric importer and exporter with valgrind.");
10 my $src = "$samples/regress.gnumeric";
11 &GnumericTest::report_skip ("file $src does not exist") unless -r $src;
13 my $tmp = "regress.gnumeric";
14 &GnumericTest::junkfile ($tmp);
16 &test_valgrind ("$ssconvert $src $tmp", 1);