nonblocking: Add tests for pipes.
[gnulib.git] / modules / nonblocking-tests
1 Files:
2 tests/test-nonblocking.c
3 tests/macros.h
4
5 Depends-on:
6 close
7 pipe-posix
8 nonblocking-pipe-tests
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-nonblocking
14 check_PROGRAMS += test-nonblocking
15 test_nonblocking_LDADD = $(LDADD) $(LIBSOCKET)