changeset 29334:6a0837dac562

Add self-test for sockets module.
author Simon Josefsson <simon@josefsson.org>
date Fri, 25 Jan 2008 11:52:09 +0100
parents da785a374691
children b5d9900fbbd8
files ChangeLog modules/sockets-tests
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 24 15:55:56 2008 +0100
+++ b/ChangeLog	Fri Jan 25 11:52:09 2008 +0100
@@ -1,3 +1,7 @@
+2008-01-25  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/sockets-tests: New file.
+
 2008-01-24  Simon Josefsson  <simon@josefsson.org>
 
 	* modules/sockets: New module, can be used to call WSA_Startup and
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/sockets-tests	Fri Jan 25 11:52:09 2008 +0100
@@ -0,0 +1,10 @@
+Files:
+tests/test-sockets.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-sockets
+check_PROGRAMS += test-sockets