Mercurial > hg > xemacs-beta
changeset 5114:85b327aa1b47
Fix "make check" under native windows
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Mon, 08 Mar 2010 14:37:15 -0500 |
parents | b2dcf6a6d8ab |
children | 54700d784be9 |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Sun Mar 07 06:43:19 2010 -0600 +++ b/nt/ChangeLog Mon Mar 08 14:37:15 2010 -0500 @@ -1,3 +1,8 @@ +2010-03-08 Vin Shelton <acs@xemacs.org> + + * xemacs.mak (batch_test_emacs): The test harness no longer + resides in $(testdir), per Ben's changes of 2010-02-22. + 2010-03-02 Jerry James <james@xemacs.org> * xemacs.mak (INFO_FILES): Removed custom.info.
--- a/nt/xemacs.mak Sun Mar 07 06:43:19 2010 -0600 +++ b/nt/xemacs.mak Mon Mar 08 14:37:15 2010 -0500 @@ -1658,7 +1658,7 @@ ########################### Automated tests testdir = ../tests/automated -batch_test_emacs = $(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) +batch_test_emacs = $(BATCH_PACKAGES) -l test-harness -f batch-test-emacs $(testdir) check: cd $(BLDSRC)