- Commit
- 6291b2340055acfc5487141af5c1adb76cdf0662
- Parent
- d00777955aa7cc6ac826b064cdb999240a12f727
- Author
- John MacFarlane <fiddlosopher@gmail.com>
- Date
README: Added note about --dump-tests.
My personal build of CMark ✏️
README: Added note about --dump-tests.
1 file changed, 7 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 7 | 7 | 0 |
diff --git a/README.md b/README.md @@ -77,6 +77,13 @@ Tests can also be run manually on any executable `$PROG` using: python runtests.py --program $PROG +If you want to extract the raw test data from the spec without +actually running the tests, you can do: + + python runtests.py --dump-tests + +and you'll get all the tests in JSON format. + The GNU Makefile also provides a few other targets for developers. To run a "fuzz test" against ten long randomly generated inputs: