blob: 50d7a45d7405c9ada01122169ea04568af093f2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-terminfo.c
Depends-on:
terminfo-h
unistd
configure.ac:
Makefile.am:
TESTS += test-terminfo
check_PROGRAMS += test-terminfo
test_terminfo_LDADD = $(LDADD) @LIBTERMINFO@
|