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 1
1
EMACS ?= 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
3
3
AUTOLOADS = php-mode-autoloads.el
4
4
ELCS = $(ELS:.el=.elc )
5
5
37
37
# for an example of using a script like this with the 'git bisect run'
38
38
# command.
39
39
test : 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
41
41
42
42
.PHONY : all autoloads clean test
Original file line number Diff line number Diff line change 42
42
; ; <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14325>.
43
43
(c-after-font-lock-init )
44
44
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)
49
48
" Directory containing the `php-mode' test files." )
50
49
51
50
(defvar php-mode-test-valid-magics '(indent)
You can’t perform that action at this time.
0 commit comments