comparison 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
comparison
equal deleted inserted replaced
5113:b2dcf6a6d8ab 5114:85b327aa1b47
1656 ######################################################################### 1656 #########################################################################
1657 1657
1658 ########################### Automated tests 1658 ########################### Automated tests
1659 1659
1660 testdir = ../tests/automated 1660 testdir = ../tests/automated
1661 batch_test_emacs = $(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) 1661 batch_test_emacs = $(BATCH_PACKAGES) -l test-harness -f batch-test-emacs $(testdir)
1662 1662
1663 check: 1663 check:
1664 cd $(BLDSRC) 1664 cd $(BLDSRC)
1665 $(DO_XEMACS) $(batch_test_emacs) 1665 $(DO_XEMACS) $(batch_test_emacs)
1666 1666