# Both tests are currently marked flaky due to poorly-understood problems
# involving output of emoji when run in the autopkgtest suite FIXME.

# Basic unit test suite, but run with installed binary
Test-Command: notcurses-tester
Depends: notcurses-bin
Restrictions: allow-stderr, flaky
Features: test-name=unittests

# Execute notcurses-demo with:
#  -c: seed PRNG with known constant for semi-reproducible timings
#  -m2: use 2-cell margins on all sides (to test margins)
#  -d0: delay multiplier of 0 (no artificial delays)
Test-Command: notcurses-demo -c -m2 -d0
Depends: notcurses-bin
Restrictions: allow-stderr, flaky
Features: test-name=demo
