changelog: 20200610 + modify DECSCA test to show whether EL/ED and ECH/ICH/DCH ignore DECSCA. + modify DECERA test to assume that the terminal uses bce, and prompt for an additional color-change/erase to demonstrate this. 20200420 + improve test-coverage for REP/SD/SL/SR/SU, exercising default params. + improve DA/DA2 reports for VT125, VT240, VT382, VT510 used in xterm.
15 lines
396 B
Makefile
15 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/07/12 02:09:23 ryoon Exp $
|
|
|
|
DISTNAME= vttest-20200610
|
|
CATEGORIES= misc benchmarks
|
|
MASTER_SITES= ftp://ftp.invisible-island.net/vttest/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://invisible-island.net/vttest/vttest.html
|
|
COMMENT= Utility to test vt100/vt220/xterm
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|