Created
November 2, 2014 23:52
-
-
Save vermiculus/1f2865ee9e9e6f9c588f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: 24.1 24.2 24.3 | |
24.1: | |
evm install emacs-24.1-bin || true | |
emacs --version | |
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit | |
24.2: | |
evm install emacs-24.2-bin || true | |
emacs --version | |
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit | |
24.3: | |
evm install emacs-24.3-bin || true | |
emacs --version | |
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment