emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion def2895a0b 6/6: Tell cask to look for .el


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion def2895a0b 6/6: Tell cask to look for .el file in the current directory.
Date: Thu, 26 Jan 2023 15:58:46 -0500 (EST)

branch: elpa/bash-completion
commit def2895a0b08510a400b2b9922d69b7ed3df3637
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <stephane@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

[Prev in Thread] Current Thread [Next in Thread]