2012-09-12 19:05:20 +02:00
|
|
|
EMACS = emacs
|
|
|
|
|
2012-09-12 16:35:04 +02:00
|
|
|
testein-default:
|
|
|
|
./testein.py --clean-elc --load-ert
|
|
|
|
|
|
|
|
testein-24:
|
|
|
|
./testein.py --clean-elc -e emacs-snapshot
|
|
|
|
|
2012-09-12 17:31:38 +02:00
|
|
|
testein-unit-all:
|
|
|
|
./testein.py --no-func-test --clean-elc --load-ert
|
|
|
|
./testein.py --no-func-test --clean-elc -e emacs-snapshot
|
|
|
|
|
2012-09-12 16:35:04 +02:00
|
|
|
interactive-testein-default:
|
|
|
|
./testein.py --clean-elc --load-ert --no-batch
|
|
|
|
|
|
|
|
interactive-testein-24:
|
|
|
|
./testein.py --clean-elc -e emacs-snapshot --no-batch
|
2012-09-12 17:12:48 +02:00
|
|
|
|
|
|
|
ert-compile: ert-clean
|
|
|
|
cd lib/ert/lisp/emacs-lisp/ && \
|
2012-09-12 19:05:20 +02:00
|
|
|
$(EMACS) -Q -L . -batch -f batch-byte-compile *.el
|
2012-09-12 17:12:48 +02:00
|
|
|
|
|
|
|
ert-clean:
|
|
|
|
rm -f lib/ert/lisp/emacs-lisp/*.elc
|
2012-09-12 17:54:19 +02:00
|
|
|
|
|
|
|
travis-ci: ert-compile
|
2012-09-12 19:05:20 +02:00
|
|
|
$(EMACS) --version
|
2012-09-12 21:26:16 +02:00
|
|
|
python --version
|
2012-09-12 19:05:20 +02:00
|
|
|
./testein.py --no-func-test --clean-elc -e $(EMACS)
|
|
|
|
tail -n3 test-load_messages_batch_$(EMACS).log
|