blob: 306b0ebe12973c172a4695302e2bfaeafd6e0496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-login_tty.c
Depends-on:
openpty
tcgetsid
configure.ac:
Makefile.am:
TESTS += test-login_tty
check_PROGRAMS += test-login_tty
test_login_tty_LDADD = $(LDADD) @PTY_LIB@
|