doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / nonblocking-tests
index 34d206d..e6cb591 100644 (file)
@@ -4,12 +4,14 @@ tests/macros.h
 
 Depends-on:
 close
+getdtablesize
 pipe-posix
-socket
+nonblocking-pipe-tests
+nonblocking-socket-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-nonblocking
 check_PROGRAMS += test-nonblocking
-test_nonblocking_LDADD = $(LDADD) @LIBSOCKET@
+test_nonblocking_LDADD = $(LDADD) $(LIBSOCKET)