aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index bb8ed89bed0..39470d7a79d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12014-06-13 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (compile-main):
4 GNU make automatically passes command-line arguments to sub-makes.
5
12014-06-05 Michal Nazarewicz <mina86@mina86.com> 62014-06-05 Michal Nazarewicz <mina86@mina86.com>
2 7
3 * automated/tildify-tests.el (tildify-test--test): Optimise the test 8 * automated/tildify-tests.el (tildify-test--test): Optimise the test
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index 9d9f60e3efe..e0800f09eb0 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -84,7 +84,7 @@ compile-main: compile-clean
84 echo "$${el}c"; \ 84 echo "$${el}c"; \
85 done | xargs $(XARGS_LIMIT) echo | \ 85 done | xargs $(XARGS_LIMIT) echo | \
86 while read chunk; do \ 86 while read chunk; do \
87 $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \ 87 $(MAKE) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \
88 done 88 done
89 89
90# Erase left-over .elc files that do not have a corresponding .el file. 90# Erase left-over .elc files that do not have a corresponding .el file.