aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-09 15:45:42 -0500
committerSean Allred <code@seanallred.com>2014-11-09 15:45:42 -0500
commite771f785e6f411d0444e896d79b83faf293ca714 (patch)
tree36aafa94fe9377743508985debdf7749413f7eac
parent3a1645bd1f446ff6cfef4eb901d05138ea9232bf (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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d24eccd..7e46ced 100644
--- a/Makefile
+++ b/Makefile
@@ -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