notcurses/doc/man/man1/notcurses-tester.1.md

34 lines
715 B
Markdown
Raw Normal View History

2020-02-09 03:58:46 +00:00
% notcurses-tester(1)
% nick black <nickblack@linux.com>
2022-01-08 19:37:08 +00:00
% v3.0.4
2020-02-09 03:58:46 +00:00
# NAME
notcurses-tester - Notcurses unit testing
# SYNOPSIS
**notcurses-tester** [**-p datadir**] [**-lN**]
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
**-p** ***path***: Look in the specified ***path*** for data files.
**-lN**: Enable diagnostics/logging at level ***N***. ***N*** must be
between -1 and 7.
2020-02-09 03:58:46 +00:00
# NOTES
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)**