Use vendored ert only on emacs23

master
Fredrik Bergroth 11 years ago
parent 26c1bbe371
commit 92ed7ff384
  1. 2
      run-tests.sh

@ -7,7 +7,7 @@ if [ -z "$EMACS" ] ; then
fi
$EMACS -batch \
-l dev/ert.el \
$([[ $EMACS == "emacs23" ]] && echo -l dev/ert.el) \
-l dash.el \
-l dash-functional.el \
-l dev/examples-to-tests.el \

Loading…
Cancel
Save