From 310ff99a8c648773056d6fe250524885b7d5ea2f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 23 Jun 2017 13:09:47 +0200 Subject: INSTALL: Improved instructions for tests with patterns. --- INSTALL.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 902e98a9f..e0f7eb344 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -272,9 +272,17 @@ To run with cabal, `cabal test`; to run with stack, `stack test`. To run particular tests (pattern-matching on their names), use -the `-t` option: +the `-p` option: - cabal test --test-options='-t markdown' + cabal test --test-options='-p markdown' + +Or with stack: + + stack test --test-arguments='-p markdown' + +It is often helpful to add `-j4` (run tests in parallel) +and `--hide-successes` (don't clutter output with successes) +to the test arguments as well. If you add a new feature to pandoc, please add tests as well, following the pattern of the existing tests. The test suite code is in -- cgit v1.2.3