Commit Graph

4 Commits

Author SHA1 Message Date
Carsten Sonne Larsen 742f56907a AmigaOS changes 2016-03-05 09:59:40 +01:00
David Drysdale 3b1ff9da74 test: Build with MinGW on AppVeyor 2016-03-03 13:57:45 +00:00
David Drysdale 3478963873 test: Get test code building under Windows
- Initial nmake file based off library nmake file
 - Cast socket call arguments to (char *)
 - Use wrapper sclose() that maps to closesocket() or close()
 - Build a config.h indicating presence of headers
 - Conditionally include netdb.h
 - Remove unnecessary include of sys/socket.h
 - Force longer bitmask for allocation failure tracking
 - Call WSAStartup() / WSACleanup() in main()
 - Set TCP_NODELAY for mock server
 - Turn on tests in AppVeyor build
2016-02-02 10:13:48 +00:00
David Drysdale 72555b6cad test: Add AppVeyor config file for Windows build 2016-02-02 10:13:47 +00:00