diff options
author | Naveen Arunachalam <notatroll.troll@gmail.com> | 2018-08-12 16:10:06 -0400 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-12 22:10:06 +0200 |
commit | e839c01f5b8b9fbe0d297be9d9bf8a429b49a1b1 (patch) | |
tree | a37beacae93648fccc8c8b94d8845a32a7ff0c68 /koch.nim | |
parent | 3cb963f1147b79a96f98373fe4db9c7da5717919 (diff) | |
download | Nim-e839c01f5b8b9fbe0d297be9d9bf8a429b49a1b1.tar.gz |
Clarify usage of "Test" argument in Koch (#8613)
Minor change to help people (e.g. like myself) who are starting out :) Currently, the readme mentions the use of `./koch tests cat async`, but the help text for koch doesn't mention it. Helptexts are modified accordingly.
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index ad6a774e8..aa36d94a1 100644 --- a/koch.nim +++ b/koch.nim @@ -57,7 +57,8 @@ Commands for core developers: zip builds the installation zip package xz builds the installation tar.xz package testinstall test tar.xz package; Unix only! - tests [options] run the testsuite + tests [options] run the testsuite (run a subset of tests by + specifying a category, e.g. `tests cat async`) temp options creates a temporary compiler for testing winrelease creates a Windows release pushcsource push generated C sources to its repo |