.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH SHAKE "1" "May 2023" "Shake 1.0.2" "User Commands" .SH NAME Shake \- testing engine for lua .SH SYNOPSIS .B shake [\fI\,options\/\fR] [\fI\,filename\/\fR] .SH DESCRIPTION Shake is a simple and transparent test engine for Lua that assumes that tests only use standard assert and print calls. .PP Runs a test file called filename (assuming "test.lua" by default) in the current directory or any of its subdirectories if the \fB\-r\fR option is given. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Prints this help message .HP \fB\-r\fR, \fB\-\-recursive\fR Recursively scans subdirectories for "test.lua" files and runs them .TP \fB\-v\fR, \fB\-\-version\fR Prints the Shake version