commit b609ffb92b4e9e83f006254565ab25f936aea2d9 parent 695c1c9da7268114d0d353aadb0c3eca900a6682 Author: Iqbal Ansari <iqbalansari02@yahoo.com> Date: Sun, 1 Nov 2015 20:04:52 +0530 Add shell script to run the tests Diffstat:
A | run-tests.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/run-tests.sh b/run-tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cask exec emacs -batch -l ert -l emojify-tests.el -f ert-run-tests-batch-and-exit