branch: elpa/with-simulated-input
commit 26927ea680d1341155ae8b07d076b5f618329945
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Specify test directory explicitly
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 794301a427..d722381dc0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: test
# We run clean-elc because undercover.el doesn't support elc files
test:
cask clean-elc
- cask exec buttercup -L .
+ cask exec buttercup -L . tests
compile: $(ELC_FILES)