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.
This commit is contained in:
Naveen Arunachalam
2018-08-12 16:10:06 -04:00
committed by Andreas Rumpf
parent 3cb963f114
commit e839c01f5b
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -22,7 +22,7 @@ const
Command:
all run all tests
c|category <category> run all the tests of a certain category
c|cat|category <category> run all the tests of a certain category
r|run <test> run single test file
html generate $1 from the database
Arguments: