emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117434: * test/automated/Makefile.in (GDB): New var


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117434: * test/automated/Makefile.in (GDB): New variable.
Date: Sat, 28 Jun 2014 17:18:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117434
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15991
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-06-28 10:18:05 -0700
message:
  * test/automated/Makefile.in (GDB): New variable.
  (emacs): Use $GDB.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/Makefile.in     makefile.in-20110112160650-056hnl9qhpjvjicy-6
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-06-28 17:05:00 +0000
+++ b/test/ChangeLog    2014-06-28 17:18:05 +0000
@@ -1,5 +1,8 @@
 2014-06-28  Glenn Morris  <address@hidden>
 
+       * automated/Makefile.in (GDB): New variable.
+       (emacs): Use $GDB.  (Bug#15991)
+
        * automated/Makefile.in (WRITE_LOG): New variable.
        (%.log): Use WRITE_LOG.
        (test_template): Disable logging.

=== modified file 'test/automated/Makefile.in'
--- a/test/automated/Makefile.in        2014-06-28 17:05:00 +0000
+++ b/test/automated/Makefile.in        2014-06-28 17:18:05 +0000
@@ -47,9 +47,12 @@
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS
 
+## To run tests under a debugger, set this to eg: "gdb --args".
+GDB =
+
 # The actual Emacs command run in the targets below.
 # Prevent any setting of EMACSLOADPATH in user environment causing problems.
-emacs = EMACSLOADPATH= LC_ALL=C EMACS_TEST_DIRECTORY=$(srcdir) "$(EMACS)" 
$(EMACSOPT)
+emacs = EMACSLOADPATH= LC_ALL=C EMACS_TEST_DIRECTORY=$(srcdir) $(GDB) 
"$(EMACS)" $(EMACSOPT)
 
 .PHONY: all check
 


reply via email to

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