summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2018-10-02 12:22:57 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-10-02 12:22:57 -0700
commita580349bbb39fa9681ab2e2d05dd448f8b082399 (patch)
tree814700b857c0baa2878341d4c9514cd98278efdd /INSTALL.md
parent1300320d84e89306ce988bd3cbe2b12f0fc6b8a5 (diff)
Fix documentation for `make regress`. (#2557)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2f0c7a051..9e0c9dfc4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -306,7 +306,7 @@ All custom test targets build and run a preconfigured set of tests.
Build and run all unit tests.
- `make regress [-jN] [ARGS=-jN]`
- Build and run all regression tests.
+ Build and run regression tests from levels 0 and 1.
- `make runexamples [-jN] [ARGS=-jN]`
Build and run all examples.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback