Introspection: add col/row manipulations
[gnumeric.git] / test / t8000-valgrind.pl
blob7af9c56f96bc9ce10232995db517f2571c060bb9
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check the core 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.gnumeric";
14 &GnumericTest::junkfile ($tmp);
16 &test_valgrind ("$ssconvert --recalc $src $tmp", 1);