summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2015-10-26 22:30:31 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2015-10-26 22:30:31 +0100
commit5f56a73c7713f1ca584269b545f2345e595a1da2 (patch)
treeba3c4eb05068b583758ba5c3ffb25e21bc83df6e
parentab763a8d7b571fa5e3bfde700835c415f44fa7b8 (diff)
downloadorg-mode-5f56a73c7713f1ca584269b545f2345e595a1da2.tar.gz
testing/README: Add hint to existence of 'make test'
-rw-r--r--testing/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/README b/testing/README
index 34f6fcd..7b322ad 100644
--- a/testing/README
+++ b/testing/README
@@ -36,6 +36,16 @@ The options in the above command are explained below.
| --eval | reloads Org-mode and allows evaluation of code blocks by the tests |
| -f | actually runs the tests using the `org-test-run-batch-tests' function |
+* Trigger testing with 'make test'
+
+Target =test= can be used to trigger a test run.
+
+#+BEGIN_SRC sh :dir (expand-file-name "..")
+make test
+#+END_SRC
+
+See ../mk/default.mk for details.
+
* Interactive testing from within Emacs
To run the Org-mode test suite from a current Emacs instance simply