summaryrefslogtreecommitdiff
path: root/modules/getlogin-tests
blob: c8cdb05eb0fd15e920247df09a1ee9c0ef440a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Files:
tests/test-getlogin.c
tests/signature.h
tests/macros.h

Depends-on:

configure.ac:
AC_CHECK_FUNCS_ONCE([ttyname])

Makefile.am:
TESTS += test-getlogin
check_PROGRAMS += test-getlogin
test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)