verify: new macro 'assume'
[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 progname
17 pipe-posix
18 dup2
19 environ
20 posix_spawnp
21 binary-io
22 gettimeofday
23 snprintf
24 vsnprintf
25 strerror
26 ssize_t
27 usleep
28 read
29 write
30
31 configure.ac:
32
33 Makefile.am:
34 TESTS += test-nonblocking-pipe.sh
35 check_PROGRAMS += test-nonblocking-pipe-main test-nonblocking-pipe-child
36 test_nonblocking_pipe_main_LDADD = $(LDADD) @LIBINTL@