Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 841:44478bd99873
[xemacs-hg @ 2002-05-14 15:15:58 by ben]
crash fixes
text.c: Fix bug leading to crashes
with multibyte text.
win32.c: Fix crash due to errant
xfree().
xemacs.mak: Run tests with the packages so we don't get errors about
advice not present, etc.
author | ben |
---|---|
date | Tue, 14 May 2002 15:16:08 +0000 |
parents | 182d9d1c71a5 |
children | e7ee5f8bde58 |
line wrap: on
line diff
--- a/nt/xemacs.mak Tue May 14 13:04:00 2002 +0000 +++ b/nt/xemacs.mak Tue May 14 15:16:08 2002 +0000 @@ -957,7 +957,7 @@ run_temacs = $(temacs_loadup) run-temacs ## We have automated tests!! testdir=../tests/automated -batch_test_emacs=$(BATCH) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) +batch_test_emacs=$(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) # .PHONY: check check-temacs