logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hare-test - compile and run tests for Hare code

Description

haretest  compiles  and  runs tests for a Hare program or module. The +test tag is added to the default
       build tags (see BUILDTAGS in hare-module(5)). If no path is given,  all  Hare  modules  in  the  current
       working  directory  are  recursively  discovered,  built, and their tests made eligible for the test run.
       Otherwise, if a path is given, the source file or module is built and tested.

       If no tests are supplied, all eligible tests are run.  Otherwise,  each  argument  is  interpreted  as  a
       glob(7) pattern, giving the names of the tests to run.

Environment

       Refer to hare-build(1).

Name

       hare-test - compile and run tests for Hare code

Options

       Refer to hare-build(1).

See Also

hare-build(1), hare-run(1), hare-module(5)

                                                   2025-03-09                                       HARE-TEST(1)

Synopsis

haretest [-hqv]
            [-a arch]
            [-D ident[:type]=value]
            [-j jobs]
            [-L libdir]
            [-l libname]
            [-o path]
            [-R]
            [-T tagset]
            [path [tests...]]

See Also