# HG changeset patch # User Vin Shelton # Date 1268077035 18000 # Node ID 85b327aa1b472670f575b9db581d4b98ea54c763 # Parent b2dcf6a6d8ab20260bc2a7db1e254f7f058aacd1 Fix "make check" under native windows diff -r b2dcf6a6d8ab -r 85b327aa1b47 nt/ChangeLog --- 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 + + * 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 * xemacs.mak (INFO_FILES): Removed custom.info. diff -r b2dcf6a6d8ab -r 85b327aa1b47 nt/xemacs.mak --- 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)