diff options
author | Sean Allred <code@seanallred.com> | 2014-11-09 15:45:42 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-09 15:45:42 -0500 |
commit | e771f785e6f411d0444e896d79b83faf293ca714 (patch) | |
tree | 36aafa94fe9377743508985debdf7749413f7eac | |
parent | 3a1645bd1f446ff6cfef4eb901d05138ea9232bf (diff) |
Ensure correct version is being tested
The `--use' option for `evm' seems to be ineffective on my machine.
This usage is (or should be) functionally equivalent; it links `emacs'
to the correct version in EVM.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,5 +22,6 @@ all :: $(VERSIONS) $(VERSIONS) :: evm install emacs-24.$@-bin --skip || true + evm use emacs-24.$@-bin emacs --version emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit |