.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH QTEST "1" "September 2018" "qtest 2.9" "User Commands" .SH NAME qtest \- Inline (Unit) Tests for OCaml .SH DESCRIPTION USAGE: qtest [options] extract ... .SS "OPTIONS:" .HP \fB\-o\fR .TP \fB\-\-output\fR (default: standard output) Open or create a file for output; the resulting file will be an OCaml source file containing all the tests .HP \fB\-p\fR .TP \fB\-\-preamble\fR (default: empty) Add code to the tests preamble; typically this will be an instruction of the form 'open Module' .TP \fB\-\-preamble\-file\fR Add the contents of the given file to the tests preamble .TP \fB\-\-run\-only\fR Only generate tests pertaining to this function, as indicated by the test header .TP \fB\-\-shuffle\fR (default: turned off) Toggle test execution order randomisation; submodules using injection are not shuffled .TP \fB\-help\fR Display this list of options .TP \fB\-\-help\fR Display this list of options