[PATCH] Fix "make check" under native windows

Vin Shelton acs at xemacs.org
Sat Mar 13 13:43:25 EST 2010


changeset:   5150:85b327aa1b47
parent:      5121:b2dcf6a6d8ab
user:        Vin Shelton <acs at xemacs.org>
date:        Mon Mar 08 14:37:15 2010 -0500
files:       nt/ChangeLog nt/xemacs.mak
description:
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  <acs at 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 at xemacs.org>
 
 	* 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)



More information about the XEmacs-Patches mailing list