From: Simon Josefsson Date: Fri, 25 Jan 2008 10:52:09 +0000 (+0100) Subject: Add self-test for sockets module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249ccd48463b7e7988b5ff5efaaa8e42ca66e116;p=pspp Add self-test for sockets module. --- diff --git a/ChangeLog b/ChangeLog index a638b321d3..a8718ea6ad 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 0000000000..b1a1c6945d --- /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