From: Simon Josefsson Date: Fri, 25 Jan 2008 10:52:09 +0000 (+0100) Subject: Add self-test for sockets module. X-Git-Tag: v0.1~7810 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=249ccd48463b7e7988b5ff5efaaa8e42ca66e116;p=gnulib.git Add self-test for sockets module. --- diff --git a/ChangeLog b/ChangeLog index a638b321d..a8718ea6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-25 Simon Josefsson + + * modules/sockets-tests: New file. + 2008-01-24 Simon Josefsson * modules/sockets: New module, can be used to call WSA_Startup and diff --git a/modules/sockets-tests b/modules/sockets-tests new file mode 100644 index 000000000..b1a1c6945 --- /dev/null +++ b/modules/sockets-tests @@ -0,0 +1,10 @@ +Files: +tests/test-sockets.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-sockets +check_PROGRAMS += test-sockets