[gnumeric] t8050: new test for valgrinding sstest.



commit 500f7395f1e5204ee262be884862f2fee5080db8
Author: Morten Welinder <terra gnome org>
Date:   Sat May 9 10:09:36 2009 -0400

    t8050: new test for valgrinding sstest.
---
 test/ChangeLog                |    5 +++++
 test/GnumericTest.pm          |    2 +-
 test/t8050-valgrind-sstest.pl |   10 ++++++++++
 3 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index d3f48e1..daae107 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-09  Morten Welinder <terra gnome org>
+
+	* GnumericTest.pm (EXPORT): Fix $sstest.
+	* t8050-valgrind-sstest.pl: New test.
+
 2009-05-06  Morten Welinder <terra gnome org>
 
 	* Release 1.9.7
diff --git a/test/GnumericTest.pm b/test/GnumericTest.pm
index b5265e6..f7b6f80 100644
--- a/test/GnumericTest.pm
+++ b/test/GnumericTest.pm
@@ -7,7 +7,7 @@ use XML::Parser;
 
 @GnumericTest::ISA = qw (Exporter);
 @GnumericTest::EXPORT = qw(test_sheet_calc test_importer test_valgrind
-			   test_ssindex sstest test_command message
+			   test_ssindex $sstest test_command message
 			   $ssconvert $topsrc $samples $PERL);
 @GnumericTest::EXPORT_OK = qw(junkfile);
 
diff --git a/test/t8050-valgrind-sstest.pl b/test/t8050-valgrind-sstest.pl
new file mode 100755
index 0000000..63cc75c
--- /dev/null
+++ b/test/t8050-valgrind-sstest.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+&message ("Check sstest with valgrind.");
+
+&test_valgrind ("$sstest all", 1);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]