2020-02-09 03:58:46 +00:00
|
|
|
|
% notcurses-tester(1)
|
|
|
|
|
% nick black <nickblack@linux.com>
|
2021-07-29 04:55:19 +00:00
|
|
|
|
% v2.3.12
|
2020-02-09 03:58:46 +00:00
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
notcurses-tester - Notcurses unit testing
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
2021-04-24 09:18:04 +00:00
|
|
|
|
**notcurses-tester** [**-p datadir**] [**-l**]
|
2020-02-09 03:58:46 +00:00
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
**notcurses-tester** drives the several hundred unit tests included with
|
2021-03-12 05:59:29 +00:00
|
|
|
|
Notcurses. It requires several data files installed alongside Notcurses;
|
2020-02-09 03:58:46 +00:00
|
|
|
|
if these are in an irregular location, supply **-p**.
|
|
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
2021-04-24 09:18:04 +00:00
|
|
|
|
**-p** ***path***: Look in the specified ***path*** for data files.
|
|
|
|
|
|
|
|
|
|
**-l**: Enable all possible diagnostics/logging.
|
|
|
|
|
|
2020-02-09 03:58:46 +00:00
|
|
|
|
# NOTES
|
2021-04-24 09:18:04 +00:00
|
|
|
|
|
2020-02-09 03:58:46 +00:00
|
|
|
|
Valid **TERM** and **LANG** environment variables are necessary for
|
|
|
|
|
**notcurses-tester**'s correct operation.
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
2020-02-12 01:46:39 +00:00
|
|
|
|
|
|
|
|
|
**notcurses(3)**
|