mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
34 lines
716 B
Markdown
34 lines
716 B
Markdown
% notcurses-tester(1)
|
||
% nick black <nickblack@linux.com>
|
||
% v3.0.13
|
||
|
||
# NAME
|
||
|
||
notcurses-tester - Notcurses unit testing
|
||
|
||
# SYNOPSIS
|
||
|
||
**notcurses-tester** [**-p datadir**] [**-lN**]
|
||
|
||
# DESCRIPTION
|
||
|
||
**notcurses-tester** drives the several hundred unit tests included with
|
||
Notcurses. It requires several data files installed alongside Notcurses;
|
||
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.
|
||
|
||
# NOTES
|
||
|
||
Valid **TERM** and **LANG** environment variables are necessary for
|
||
**notcurses-tester**'s correct operation.
|
||
|
||
# SEE ALSO
|
||
|
||
**notcurses(3)**
|