blob: b84a32713ff764f29e66f289e3490106ad45797b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-nonblocking.c
tests/macros.h
Depends-on:
close
pipe-posix
nonblocking-pipe-tests
nonblocking-socket-tests
configure.ac:
Makefile.am:
TESTS += test-nonblocking
check_PROGRAMS += test-nonblocking
test_nonblocking_LDADD = $(LDADD) $(LIBSOCKET)
|