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