aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-04 21:58:40 -0500
committerGlenn Morris2013-11-04 21:58:40 -0500
commit2d748773b27daf6a8462705f382aa48942e3c883 (patch)
treec12e47a047a46189eec9ee9c0f4f9b9cf85d4a95 /test/ChangeLog
parentd511238048873be2947be33485072357ca3a7fe7 (diff)
downloademacs-2d748773b27daf6a8462705f382aa48942e3c883.tar.gz
emacs-2d748773b27daf6a8462705f382aa48942e3c883.zip
Get rid of --chdir usage in test/automated
* test/automated/Makefile.in (EMACSOPT): Move -L here. (emacs): Set EMACS_TEST_DIRECTORY in the environment. (setwins): Don't assume called from srcdir. Remove legacy stuff. (.el.elc): No more need to pass -L here. (compile-main): Get rid of sub-shell and cd. (compile-clean, check): Get rid of cd.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 43ba409ae0e..53e1af20567 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,13 @@
12013-11-05 Glenn Morris <rgm@gnu.org> 12013-11-05 Glenn Morris <rgm@gnu.org>
2 2
3 Get rid of --chdir usage.
4 * automated/Makefile.in (EMACSOPT): Move -L here.
5 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
6 (setwins): Don't assume called from srcdir. Remove legacy stuff.
7 (.el.elc): No more need to pass -L here.
8 (compile-main): Get rid of sub-shell and cd.
9 (compile-clean, check): Get rid of cd.
10
3 Make it possible to run tests with a different working directory. 11 Make it possible to run tests with a different working directory.
4 * automated/flymake-tests.el (flymake-tests-data-directory): New. 12 * automated/flymake-tests.el (flymake-tests-data-directory): New.
5 (flymake-tests--current-face): Use flymake-tests-data-directory. 13 (flymake-tests--current-face): Use flymake-tests-data-directory.