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 095502e commit 6a61c78Copy full SHA for 6a61c78
Makefile
@@ -20,4 +20,4 @@ clean:
20
rm -f $(ELCS) $(AUTOLOADS)
21
22
test: clean all
23
- $(EMACS) -Q -batch -L . -l mldoc-test.el -f ert-run-tests-batch-and-exit
+ $(EMACS) -Q -batch -L . -l tests/mldoc-test.el -f ert-run-tests-batch-and-exit
mldoc-test.el renamed to tests/mldoc-test.el
0 commit comments