emacs-ipython-notebook/tests/test-load.el
2012-06-20 23:15:46 +02:00

11 lines
366 B
EmacsLisp

;; 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.
(require 'ein-dev)
(ein:load-files "^test-ein-.*\\.el$"
(file-name-directory load-file-name)
t) ; ignore-compiled