hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit a64be7a6964f9edfa47e86d0939402fd70a5767e
parent 84db2f82bd07b9f9ebc551f6b107d0783ea453ba
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 20 Mar 2021 13:56:07 -0400

hare(1): mention that test adds +test and +debug

Diffstat:
Mdocs/hare.scd | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/hare.scd b/docs/hare.scd @@ -51,7 +51,8 @@ Hare program which is run. os::args[0] is set to the _path_ argument. *hare test* compiles and runs tests for Hare code. All Hare modules in the current working directory are recursively discovered, built, and their tests made eligible for the test run. If the _test_ argument is omitted, all tests are -run. Otherwise, the list of named tests are run. +run. Otherwise, the list of named tests are run. *hare test* adds the +test and ++debug tags to the default build tags. *hare version* prints version information for the *hare* program, as well as some information about the build parameters. The output format is consistent for