Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
840:1e4e42de23d5 | 841:44478bd99873 |
---|---|
955 temacs_loadup=$(TEMACS_BATCH) -l $(LISP)/loadup.el | 955 temacs_loadup=$(TEMACS_BATCH) -l $(LISP)/loadup.el |
956 dump_temacs = $(temacs_loadup) dump | 956 dump_temacs = $(temacs_loadup) dump |
957 run_temacs = $(temacs_loadup) run-temacs | 957 run_temacs = $(temacs_loadup) run-temacs |
958 ## We have automated tests!! | 958 ## We have automated tests!! |
959 testdir=../tests/automated | 959 testdir=../tests/automated |
960 batch_test_emacs=$(BATCH) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) | 960 batch_test_emacs=$(BATCH_PACKAGES) -l $(testdir)/test-harness.el -f batch-test-emacs $(testdir) |
961 | 961 |
962 # .PHONY: check check-temacs | 962 # .PHONY: check check-temacs |
963 | 963 |
964 check: | 964 check: |
965 cd $(SRC) | 965 cd $(SRC) |