emacs-ipython-notebook/tests/test-load.el

11 lines
309 B
EmacsLisp
Raw Normal View History

2012-05-14 21:19:30 +02:00
;; Load all test-ein-*.el files for interactive/batch use.
;; Usage:
;; emacs -Q -batch -L ... -l tests/test-load.el -f ert-run-tests-batch
;; You will need to set load paths using `-L' switch.
2012-05-15 05:24:34 +02:00
(require 'ein-dev)
2012-05-14 21:19:30 +02:00
2012-05-15 05:24:34 +02:00
(ein:load-files "^test-ein-.*\\.el$"
(file-name-directory load-file-name))