Skip to content

Commit 6a61c78

Browse files
committed
Move mldoc-test.el into tests/ directory
1 parent 095502e commit 6a61c78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ clean:
2020
rm -f $(ELCS) $(AUTOLOADS)
2121

2222
test: clean all
23-
$(EMACS) -Q -batch -L . -l mldoc-test.el -f ert-run-tests-batch-and-exit
23+
$(EMACS) -Q -batch -L . -l tests/mldoc-test.el -f ert-run-tests-batch-and-exit
File renamed without changes.

0 commit comments

Comments
 (0)