Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t8005-valgrind-chart-fit.pl
blobb98b573f42a90e8d3c5a931d3a72b8a1ec86c785
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 # See #492158
10 &message ("Check some graph fitting with valgrind.");
12 my $src = "$samples/chart-smooth-fit-tests.gnumeric";
13 &GnumericTest::report_skip ("file $src does not exist") unless -r $src;
15 my $tmp = "chart.xls";
16 &GnumericTest::junkfile ($tmp);
18 &test_valgrind ("$ssconvert $src $tmp", 1);