mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
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:
committed by
Andreas Rumpf
parent
3cb963f114
commit
e839c01f5b
3
koch.nim
3
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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user