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

Shake - testing engine for lua

Description

       Shake  is  a  simple and transparent test engine for Lua that assumes that tests only use standard assert
       and print calls.

       Runs a test file called filename (assuming "test.lua" by default) in the current directory or any of  its
       subdirectories if the -r option is given.

Name

       Shake - testing engine for lua

Options

-h, --help
              Prints this help message

       -r, --recursive Recursively scans subdirectories for "test.lua" files and runs them

       -v, --version
              Prints the Shake version

Shake 1.0.2                                         June 2023                                           SHAKE(1)

Synopsis

shake [options] [filename]

See Also