File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11EMACS ?= emacs
2- ELS = php.el php-face.el php-project.el php-mode.el php-mode-debug.el php-mode-test.el
2+ ELS = php.el php-face.el php-project.el php-mode.el php-mode-debug.el
33AUTOLOADS = php-mode-autoloads.el
44ELCS = $(ELS:.el=.elc )
55
3737# for an example of using a script like this with the 'git bisect run'
3838# command.
3939test : clean all
40- $(EMACS ) -Q -batch -L . -l php-mode-test.el -f ert-run-tests-batch-and-exit
40+ $(EMACS ) -Q -batch -L . -l tests/ php-mode-test.el -f ert-run-tests-batch-and-exit
4141
4242.PHONY : all autoloads clean test
Original file line number Diff line number Diff line change 4242; ; <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14325>.
4343(c-after-font-lock-init )
4444
45- (defvar php-mode-test-dir (expand-file-name " tests"
46- (if load-file-name
47- (file-name-directory load-file-name)
48- default-directory))
45+ (defvar php-mode-test-dir (if load-file-name
46+ (file-name-directory load-file-name)
47+ default-directory)
4948 " Directory containing the `php-mode' test files." )
5049
5150(defvar php-mode-test-valid-magics '(indent)
You can’t perform that action at this time.
0 commit comments