Fix link errors in tests: wait-process uses gettext-h.
[gnulib.git] / modules / nonblocking-pipe-tests
1 Files:
2 tests/test-nonblocking-pipe.sh
3 tests/test-nonblocking-pipe-main.c
4 tests/test-nonblocking-pipe-child.c
5 tests/test-nonblocking-pipe.h
6 tests/test-nonblocking-writer.h
7 tests/test-nonblocking-reader.h
8 tests/test-nonblocking-misc.h
9 tests/macros.h
10
11 Depends-on:
12 stdbool
13 unistd
14 nonblocking
15 wait-process
16 pipe-posix
17 dup2
18 environ
19 posix_spawnp
20 binary-io
21 gettimeofday
22 snprintf
23 vsnprintf
24 strerror
25 ssize_t
26 usleep
27 read
28 write
29
30 configure.ac:
31
32 Makefile.am:
33 TESTS += test-nonblocking-pipe.sh
34 check_PROGRAMS += test-nonblocking-pipe-main test-nonblocking-pipe-child
35 test_nonblocking_pipe_main_LDADD = $(LDADD) @LIBINTL@