posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pipe-filter-ii-tests
blob48d4674b01aa65dedb7a04502f9b7370d1986e5a
1 Files:
2 tests/test-pipe-filter-ii1.sh
3 tests/test-pipe-filter-ii1.c
4 tests/test-vasnprintf-posix.c
5 tests/test-pipe-filter-ii2.sh
6 tests/test-pipe-filter-ii2-main.c
7 tests/test-pipe-filter-ii2-child.c
8 tests/macros.h
10 Depends-on:
11 binary-io
12 c-ctype
13 read-file
14 full-write
16 configure.ac:
18 Makefile.am:
19 TESTS += test-pipe-filter-ii1.sh test-pipe-filter-ii2.sh
20 check_PROGRAMS += test-pipe-filter-ii1 test-pipe-filter-ii2-main test-pipe-filter-ii2-child
21 test_pipe_filter_ii1_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
22 test_pipe_filter_ii2_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)