prepare NEWS.stable
[gnulib.git] / modules / sethostname-tests
1 Files:
2 tests/test-sethostname1.c
3 tests/test-sethostname2.c
4 tests/signature.h
5 tests/macros.h
6
7 Depends-on:
8 gethostname
9
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([geteuid])
12
13 Makefile.am:
14 TESTS += test-sethostname1 test-sethostname2
15 check_PROGRAMS += test-sethostname1 test-sethostname2
16 test_sethostname2_LDADD = $(LDADD) @GETHOSTNAME_LIB@