Add self-test for sockets module.
authorSimon Josefsson <simon@josefsson.org>
Fri, 25 Jan 2008 10:52:09 +0000 (11:52 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 25 Jan 2008 10:52:09 +0000 (11:52 +0100)
ChangeLog
modules/sockets-tests [new file with mode: 0644]

index a638b32..a8718ea 100644 (file)
--- 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
diff --git a/modules/sockets-tests b/modules/sockets-tests
new file mode 100644 (file)
index 0000000..b1a1c69
--- /dev/null
@@ -0,0 +1,10 @@
+Files:
+tests/test-sockets.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-sockets
+check_PROGRAMS += test-sockets