Use ert.el to run on Emacs 23 as well.

master
Magnar Sveen 14 years ago
parent 9a34da8c38
commit 065f76b740
  1. 2
      run-tests.sh

@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
EMACS="emacs"
fi
$EMACS -batch -l ert -l bang.el -l tests.el -f ert-run-tests-batch-and-exit
$EMACS -batch -l ert.el -l bang.el -l tests.el -f ert-run-tests-batch-and-exit

Loading…
Cancel
Save