README: mention make help target.
authorJoel Martin <github@martintribe.org>
Wed, 30 Jan 2019 18:05:34 +0000 (12:05 -0600)
committerJoel Martin <github@martintribe.org>
Wed, 30 Jan 2019 18:06:32 +0000 (12:06 -0600)
README.md

index 109080e..bcfc94a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -994,6 +994,14 @@ yorick -batch ./stepX_YYY.i
 
 ## Running tests
 
+The top level Makefile has a number of useful targets to assist with
+implementation development and testing. The `help` target provides
+a list of the targets and options:
+
+```
+make help
+```
+
 ### Functional tests
 
 The are over 600 generic functional tests (for all implementations)
@@ -1003,9 +1011,6 @@ launches a Mal step implementation and then feeds the tests one at
 a time to the implementation and compares the output/return value to
 the expected output/return value.
 
-To simplify the process of running tests, a top level Makefile is
-provided with convenient test targets.
-
 * To run all the tests across all implementations (be prepared to wait):
 
 ```