summaryrefslogtreecommitdiff
path: root/modules/recv-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-20 21:33:55 +0200
committerBruno Haible <bruno@clisp.org>2011-09-20 21:33:55 +0200
commitc08c17425142bb25f40fe058d39eb071400349db (patch)
tree128028a163215e4b89c4e6407c7a0585d3cd20c1 /modules/recv-tests
parente00c58ac2a0087c2003a0eb67ec2366d5753c1ee (diff)
downloadgnulib-c08c17425142bb25f40fe058d39eb071400349db.tar.gz
Tests for module 'recv'.
* modules/recv-tests: New file. * tests/test-recv.c: New file.
Diffstat (limited to 'modules/recv-tests')
-rw-r--r--modules/recv-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/recv-tests b/modules/recv-tests
new file mode 100644
index 0000000000..e533611110
--- /dev/null
+++ b/modules/recv-tests
@@ -0,0 +1,14 @@
+Files:
+tests/test-recv.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+sockets
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-recv
+check_PROGRAMS += test-recv
+test_recv_LDADD = $(LDADD) @LIBSOCKET@