posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getopt-gnu-tests
blob688b5ded8727e86880ef7693ececfb623163e406
1 Files:
2 tests/macros.h
3 tests/signature.h
4 tests/test-getopt-gnu.c
5 tests/test-getopt-main.h
6 tests/test-getopt.h
7 tests/test-getopt_long.h
9 Depends-on:
10 dup2
11 setenv
12 stdbool
13 unistd
14 unsetenv
16 configure.ac:
18 Makefile.am:
19 TESTS += test-getopt-gnu
20 check_PROGRAMS += test-getopt-gnu
21 test_getopt_gnu_LDADD = $(LDADD) $(LIBINTL)