Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14202f05
Commit
14202f05
authored
Jun 28, 2014
by
Glenn Morris
Browse files
* test/automated/Makefile.in (GDB): New variable.
(emacs): Use $GDB. Fixes: debbugs:15991
parent
8eb6542f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
test/ChangeLog
test/ChangeLog
+3
-0
test/automated/Makefile.in
test/automated/Makefile.in
+4
-1
No files found.
test/ChangeLog
View file @
14202f05
2014-06-28 Glenn Morris <rgm@gnu.org>
* 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.
...
...
test/automated/Makefile.in
View file @
14202f05
...
...
@@ -47,9 +47,12 @@ EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)"
# Prevent any settings in the user environment causing problems.
un
export
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment