]> granicus.if.org Git - libevent/commit
Make test.sh support mingw/msys on win32
authorNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 22:00:26 +0000 (18:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 23:38:30 +0000 (19:38 -0400)
commit0ee6f6ce805570576755142d28022c27446e27cc
tree74dc1c96bfdb0a04cc852512114692893e82cad7
parent935e1504b1bb090119c4b9b42f3b34141290523c
Make test.sh support mingw/msys on win32

This required:
   - Adding another WIN32 section in test.sh
   - not running "touch /dev/null"
   - calling WSAStartup in all the test binaries
   - Fixing a dumb windows-only bug in test-time.c
test/test-eof.c
test/test-init.c
test/test-time.c
test/test-weof.c
test/test.sh