diff options
| author | Glenn Morris | 2013-11-04 21:58:40 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-11-04 21:58:40 -0500 |
| commit | 2d748773b27daf6a8462705f382aa48942e3c883 (patch) | |
| tree | c12e47a047a46189eec9ee9c0f4f9b9cf85d4a95 /test/ChangeLog | |
| parent | d511238048873be2947be33485072357ca3a7fe7 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2013-11-05 Glenn Morris <rgm@gnu.org> | 1 | 2013-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. |