summaryrefslogtreecommitdiff
path: root/modules/pselect-tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-07-05 14:46:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-07-06 00:44:19 -0700
commit623de7351499ed8225783a69e441520a15a65a52 (patch)
treeb462a9e13b0926b176f2519a85b029eed8d03fc7 /modules/pselect-tests
parent498a60f86bdaf01a0e20495013a3479551e04e6d (diff)
downloadgnulib-623de7351499ed8225783a69e441520a15a65a52.tar.gz
test-pselect: new module
* modules/pselect-tests, tests/test-pselect.c: New files. * tests/test-select.c, tests/test-sys_select-c++.cc: If TEST_PSELECT is defined, test pselect instead of testing select.
Diffstat (limited to 'modules/pselect-tests')
-rw-r--r--modules/pselect-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/pselect-tests b/modules/pselect-tests
new file mode 100644
index 0000000000..0a405fcb68
--- /dev/null
+++ b/modules/pselect-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-pselect.c
+
+Depends-on:
+select-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-pselect
+check_PROGRAMS += test-pselect
+test_pselect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)