1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-20 17:40:52 +00:00
Files
c-ares/test/.gitignore
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

11 lines
116 B
Plaintext

*.o
libgtest.a
libgmock.a
arestest
aresfuzz
arestest.log
arestest.trs
test-suite.log
fuzzoutput
config.h.in
config.h