Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t8050-valgrind-sstest.pl
blob062a9512daf88adfb9b820df64426df895462b77
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check sstest with valgrind.");
10 my $pango = `pkg-config --modversion pango 2>/dev/null`;
11 chomp $pango;
12 &GnumericTest::report_skip ("Pango version $pango is buggy")
13 if $pango eq '1.24.2';
15 &test_valgrind ("$sstest --fast all >/dev/null 2>&1", 1);