-rw-r--r-- 1007 djbsort-20260127/doc/man/djbsort-fulltest.1 raw
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "djbsort-fulltest" "1" "" "" ""
.hy
.SS NAME
.PP
djbsort-fulltest - run the full djbsort test suite
.SS SYNOPSIS
.IP
.nf
\f[C]
djbsort-fulltest
\f[R]
.fi
.SS DESCRIPTION
.PP
\f[V]djbsort-fulltest\f[R] runs the full suite of conventional tests of
the correctness of the djbsort library.
The library package also includes symbolic-execution tests, but those
are not included in \f[V]djbsort-fulltest\f[R].
.PP
The \f[V]djbsort-fulltest\f[R] output format is subject to change.
A successful test prints a final line saying
.IP
.nf
\f[C]
full tests succeeded
\f[R]
.fi
.PP
and exits 0.
An unsuccessful test exits nonzero without printing that line.
.SS SEE ALSO
.PP
\f[B]djbsort-test\f[R](1), \f[B]djbsort\f[R](3)