verify: new macro 'assume'
[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 root-uid
10
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([geteuid])
13
14 Makefile.am:
15 TESTS += test-sethostname1 test-sethostname2
16 check_PROGRAMS += test-sethostname1 test-sethostname2
17 test_sethostname2_LDADD = $(LDADD) @GETHOSTNAME_LIB@