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 0d2c807 commit 9c09ebdCopy full SHA for 9c09ebd
Makefile
@@ -52,7 +52,11 @@ dev:
52
# command.
53
test: clean all
54
touch tests/project/1/.git
55
- $(EMACS) -Q -batch -l lisp/php-mode-autoloads.el \
56
- -l tests/php-mode-test.el -f ert-run-tests-batch-and-exit
+ $(EMACS) -Q -batch -L lisp/ --eval \
+ "(let ((default-directory (expand-file-name \".cask\" default-directory))) \
57
+ (require 'package) \
58
+ (normal-top-level-add-subdirs-to-load-path))" \
59
+ -f package-initialize \
60
+ -l tests/php-mode-test.el -f ert-run-tests-batch-and-exit
61
62
.PHONY: all authors autoloads clean test
0 commit comments