emacs-ipython-notebook/Makefile

32 lines
754 B
Makefile
Raw Normal View History

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