From e771f785e6f411d0444e896d79b83faf293ca714 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 9 Nov 2014 15:45:42 -0500 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3