reactos/rostests/apitests/ws2_32
Colin Finck da200b3a2c [ROSTESTS]
- Add a function "add_rostests_file" that calls both add_cd_file() and install() accordingly for regression tests.
  Use this function everywhere in rostests where add_cd_file() was used previously. This puts tests always in the right place on CD and also generates proper installation rules for them.
- Add a custom target "rostests_install" that performs an "install" on all rostests components.

This finally gives us a convenient and reliable way to copy all regression tests and their dependencies into a single directory (specified by the ROSTESTS_INSTALL environment variable).
Will be used on the WHS-Testbot to let it finally run each and every test.

CORE-12401
ONLINE-441

svn path=/trunk/; revision=73533
2017-01-13 09:24:15 +00:00
..
CMakeLists.txt [ROSTESTS] 2017-01-13 09:24:15 +00:00
getaddrinfo.c
getnameinfo.c [WS2_32_APITEST] Add tests for getnameinfo. By Peter Hater. CORE-8549 2016-10-05 09:33:03 +00:00
getservbyname.c
getservbyport.c
helpers.c [WS2_32_APITEST] Use test.winehq.org insteadof reactos.org. These days main reactos page is too big. 2016-11-10 14:23:49 +00:00
ioctlsocket.c
nonblocking.c [WS2_32_APITEST] 2016-11-13 14:54:06 +00:00
nostartup.c
recv.c
send.c
testlist.c [WS2_32_APITESTS] Add nonblocking tests 2016-11-10 15:13:19 +00:00
ws2_32.h
WSAAsync.c [WS2_32_APITESTS] Add more WSAAsync tests 2016-11-10 15:00:44 +00:00
WSAIoctl.c [WS2_32_APITESTS] Add tests for SIO_GET_INTERFACE_LIST. Brought to you by Andreas Maier. Thanks. 2016-10-21 16:47:38 +00:00
WSARecv.c [WS2_32_APITESTS] Add super simple WSARecv tests used to test WSAGetOverlappedResult. ROSTESTS-197 2016-10-11 10:48:47 +00:00
WSAStartup.c