summaryrefslogtreecommitdiff
path: root/modules/setsockopt-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-20 21:36:56 +0200
committerBruno Haible <bruno@clisp.org>2011-09-20 21:36:56 +0200
commit626d2fd14cffbb97fec4404a09dbb84e652c661b (patch)
tree80974a48ba1ea89f4cd1ebc084dc8f46960a209c /modules/setsockopt-tests
parent5d14d8ba04316958fdab74fa4a301ea647768cd9 (diff)
downloadgnulib-626d2fd14cffbb97fec4404a09dbb84e652c661b.tar.gz
Tests for module 'setsockopt'.
* modules/setsockopt-tests: New file. * tests/test-setsockopt.c: New file.
Diffstat (limited to 'modules/setsockopt-tests')
-rw-r--r--modules/setsockopt-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/setsockopt-tests b/modules/setsockopt-tests
new file mode 100644
index 0000000000..4704d93943
--- /dev/null
+++ b/modules/setsockopt-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-setsockopt.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+netinet_in
+sockets
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-setsockopt
+check_PROGRAMS += test-setsockopt
+test_setsockopt_LDADD = $(LDADD) @LIBSOCKET@