diff nt/xemacs.mak @ 5114:85b327aa1b47

Fix "make check" under native windows
author Vin Shelton <acs@xemacs.org>
date Mon, 08 Mar 2010 14:37:15 -0500
parents 818eeb72e0fb
children 2ac3b54d3cae
line wrap: on
line diff
--- 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)