blob: e969fc6ff12d2b60ffdb81c26b2e2afb13410c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Files:
tests/test-forkpty.c
tests/signature.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-forkpty
check_PROGRAMS += test-forkpty
test_forkpty_LDADD = $(LDADD) @PTY_LIB@
|