mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
Very simple take at ncplane_puttext(), a new function for linebroken text. Also some very basic unit tests. I doubt this works very well yet, but it handles the simplest cases #682. Added nclog(), internal function for logging. #520
748 B
748 B
Release testing
Unit tests
Run unit tests (make && make test
):
- In each multimedia configuration (
ffmpeg
,oiio
,none
) - With LANG set to
fr_FR.UTF-8
(to test comma as decimal separator) - All must pass
Manual tests
Run, using valgrind --tool=memcheck --leak-check=full
:
notcurses-demo
in each of the three multimedia configurationsnotcurses-demo
withUSE_QRCODEGEN=off
notcurses-ncreel
notcurses-input
notcurses-view
with each scaling mode and an image + video, in three terminal geometries: square, tall, widenotcurses-demo
with marginsnotcurses-demo
with FPS plot and HUD up- Play a game of
notcurses-tetris
- Run each PoC binary, including
ncpp_build
andncpp_build_exceptions