diff options
Diffstat (limited to 'testament')
-rw-r--r-- | testament/testament.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim index 8fead76ef..2912b03ab 100644 --- a/testament/testament.nim +++ b/testament/testament.nim @@ -41,7 +41,7 @@ Options: --print also print results to the console --simulate see what tests would be run but don't run them (for debugging) --failing only show failing/ignored tests - --targets:"c c++ js objc" run tests for specified targets (default: all) + --targets:"c cpp js objc" run tests for specified targets (default: all) --nim:path use a particular nim executable (default: $$PATH/nim) --directory:dir Change to directory dir before reading the tests or doing anything else. --colors:on|off Turn messages coloring on|off. |