texinfo-commits
[Top][All Lists]
Advanced

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

[6738] add line for running under valgrind


From: Gavin D. Smith
Subject: [6738] add line for running under valgrind
Date: Sat, 31 Oct 2015 11:26:40 +0000

Revision: 6738
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6738
Author:   gavin
Date:     2015-10-31 11:26:40 +0000 (Sat, 31 Oct 2015)
Log Message:
-----------
add line for running under valgrind

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/install-info/tests/defs.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-10-31 10:57:40 UTC (rev 6737)
+++ trunk/ChangeLog     2015-10-31 11:26:40 UTC (rev 6738)
@@ -1,5 +1,10 @@
 2015-10-31  Gavin Smith  <address@hidden>
 
+       * install-info/tests/defs.in: Add commented-out for running with 
+       valgrind.
+
+2015-10-31  Gavin Smith  <address@hidden>
+
        * README-hacking: Mention purposes of subdirectories, couple of 
        more checks for a release.
 

Modified: trunk/install-info/tests/defs.in
===================================================================
--- trunk/install-info/tests/defs.in    2015-10-31 10:57:40 UTC (rev 6737)
+++ trunk/install-info/tests/defs.in    2015-10-31 11:26:40 UTC (rev 6738)
@@ -1,7 +1,7 @@
 # @configure_input@
 # $Id$
 # 
-# Copyright 2008, 2012, 2013, 2014 Free Software Foundation, Inc.
+# Copyright 2008, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -39,9 +39,14 @@
    test $srcdir = $0 && srcdir=.
 fi
 
+# Use first line to run valgrind on the tests.  After "make check",
+# check for errors with "grep ERROR\ SUM *.log".
+#valgrind=valgrind
+valgrind=
+
 # Two variables we use in the test scripts:
 top_builddir='@top_builddir@'
-install_info=${top_builddir}/install-info/ginstall-info
+install_info=${valgrind}\ ${top_builddir}/install-info/ginstall-info
 export install_info
 #
 top_srcdir='@top_srcdir@'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]