* doc/posix-headers/utmpx.texi: Update for glibc.
[gnulib.git] / modules / sethostname-tests
blobea4a81e1e6e4c516af32d28a914d5e9f5630521b
1 Files:
2 tests/test-sethostname1.c
3 tests/test-sethostname2.c
4 tests/signature.h
5 tests/macros.h
7 Depends-on:
8 gethostname
9 root-uid
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([geteuid])
14 Makefile.am:
15 TESTS += test-sethostname1 test-sethostname2
16 check_PROGRAMS += test-sethostname1 test-sethostname2
17 test_sethostname2_LDADD = $(LDADD) @GETHOSTNAME_LIB@