changeset 9643:73fbf8ba5948

Add self-test for sockets module.
author Simon Josefsson <simon@josefsson.org>
date Fri, 25 Jan 2008 11:52:09 +0100
parents a71ffb6bd47e
children 42367c277240
files ChangeLog modules/sockets-tests
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
new file mode 100644
--- /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