We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb200c commit 96119caCopy full SHA for 96119ca
Makefile
@@ -17,6 +17,13 @@ $(AUTOLOADS): $(ELCS)
17
(normal-top-level-add-subdirs-to-load-path) \
18
(package-generate-autoloads \"phpactor\" default-directory))"
19
20
+test: clean $(ELCS)
21
+ $(EMACS) -Q -batch -L . --eval \
22
+ "(let ((default-directory (expand-file-name \".cask\" default-directory))) \
23
+ (normal-top-level-add-subdirs-to-load-path) \
24
+ (require 'buttercup))" \
25
+ -f buttercup-run-discover
26
+
27
clean:
28
rm -f $(ELCS) $(AUTOLOADS)
29
0 commit comments