2020-02-08 22:58:46 -05:00
|
|
|
|
% notcurses-tester(1)
|
|
|
|
|
% nick black <nickblack@linux.com>
|
2022-04-06 06:25:53 -04:00
|
|
|
|
% v3.0.8
|
2020-02-08 22:58:46 -05:00
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
notcurses-tester - Notcurses unit testing
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
2021-12-29 21:15:43 -05:00
|
|
|
|
**notcurses-tester** [**-p datadir**] [**-lN**]
|
2020-02-08 22:58:46 -05:00
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
**notcurses-tester** drives the several hundred unit tests included with
|
2021-03-12 00:59:29 -05:00
|
|
|
|
Notcurses. It requires several data files installed alongside Notcurses;
|
2020-02-08 22:58:46 -05:00
|
|
|
|
if these are in an irregular location, supply **-p**.
|
|
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
2021-04-24 05:18:04 -04:00
|
|
|
|
**-p** ***path***: Look in the specified ***path*** for data files.
|
|
|
|
|
|
2021-12-29 21:15:43 -05:00
|
|
|
|
**-lN**: Enable diagnostics/logging at level ***N***. ***N*** must be
|
|
|
|
|
between -1 and 7.
|
2021-04-24 05:18:04 -04:00
|
|
|
|
|
2020-02-08 22:58:46 -05:00
|
|
|
|
# NOTES
|
2021-04-24 05:18:04 -04:00
|
|
|
|
|
2020-02-08 22:58:46 -05:00
|
|
|
|
Valid **TERM** and **LANG** environment variables are necessary for
|
|
|
|
|
**notcurses-tester**'s correct operation.
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
2020-02-11 20:46:39 -05:00
|
|
|
|
|
|
|
|
|
**notcurses(3)**
|