diff options
| author | Eli Zaretskii | 2013-11-28 19:35:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-28 19:35:13 +0200 |
| commit | f7ec0d94d08bdd035ae710e338fd0839595b0087 (patch) | |
| tree | dc1106aec543b180691bac391a59428cfb700d2b /test/ChangeLog | |
| parent | 23293cb07ae8b48ae9159142dfcb5e7a51bc422a (diff) | |
| download | emacs-f7ec0d94d08bdd035ae710e338fd0839595b0087.tar.gz emacs-f7ec0d94d08bdd035ae710e338fd0839595b0087.zip | |
Fix the test suite on Windows.
configure.ac (PATH_SEP): Set and AC_SUBST.
test/automated/Makefile.in (PATH_SEP): Set this instead of
PATH_SEPARATOR.
(EMACSOPT): Use $(PATH_SEP).
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index fd54464528a..4455cf03797 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-11-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (PATH_SEP): Set this instead of | ||
| 4 | PATH_SEPARATOR. | ||
| 5 | (EMACSOPT): Use $(PATH_SEP). | ||
| 6 | |||
| 1 | 2013-11-28 Michael Albinus <michael.albinus@gmx.de> | 7 | 2013-11-28 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * automated/file-notify-tests.el (auto-revert-stop-on-user-input): | 9 | * automated/file-notify-tests.el (auto-revert-stop-on-user-input): |