branch: elpa/bash-completion
commit def2895a0b08510a400b2b9922d69b7ed3df3637
Author: Stephane Zermatten <szerm...@gmx.net>
Commit: Stephane Zermatten <steph...@fuzzy.zia>

    Tell cask to look for .el file in the current directory.
    
    This might be implicit in some versions of cask and required in others.
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 43c9d52791..1734e5290f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,15 +16,15 @@ test: clean-elc
 .PHONY: test
 
 unit:
-       ${CASK} exec ert-runner  test/bash-completion-test.el
+       ${CASK} exec ert-runner -L . test/bash-completion-test.el
 .PHONY: unit
 
 integration: setup_bash
-       ${CASK} exec ert-runner -l $(setup_bash) -p integration 
test/bash-completion-integration-test.el
+       ${CASK} exec ert-runner -L . -l $(setup_bash) -p integration 
test/bash-completion-integration-test.el
 .PHONY: integration
 
 ert: setup_bash
-       ${CASK} exec ert-runner -l $(setup_bash)
+       ${CASK} exec ert-runner -L . -l $(setup_bash)
 .PHONY: ert
 
 compile:

Reply via email to