posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / chown-tests
blob13138f438b568a798451a716e6b6488b145c20eb
1 Files:
2 tests/nap.h
3 tests/test-chown.h
4 tests/test-chown.c
5 tests/signature.h
6 tests/macros.h
8 Depends-on:
9 ignore-value
10 intprops
11 lstat
12 mgetgroups
13 nanosleep
14 stat-time
15 stdbool
16 symlink
18 configure.ac:
19 AC_CHECK_FUNCS_ONCE([getegid])
21 Makefile.am:
22 TESTS += test-chown
23 check_PROGRAMS += test-chown
24 test_chown_LDADD = $(LDADD) $(LIB_NANOSLEEP)