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 [WS2_32_APITEST] 2015-07-26 09:26:29 +00:00
getnameinfo.c [WS2_32_APITEST] Add tests for getnameinfo. By Peter Hater. CORE-8549 2016-10-05 09:33:03 +00:00
getservbyname.c [WS2_32_APITEST] 2016-04-05 12:44:16 +00:00
getservbyport.c [WS2_32_APITEST] 2016-04-05 12:44:16 +00:00
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 [APITESTS] 2013-09-22 19:07:35 +00:00
nonblocking.c [WS2_32_APITEST] 2016-11-13 14:54:06 +00:00
nostartup.c * Minor formatting fixes for consistency. 2014-10-03 10:25:20 +00:00
recv.c [WS2_32_APITEST] 2015-03-14 13:41:50 +00:00
send.c [WS2_32_APITEST] 2015-06-13 12:29:07 +00:00
testlist.c [WS2_32_APITESTS] Add nonblocking tests 2016-11-10 15:13:19 +00:00
ws2_32.h * Addendum to r58214. 2013-02-05 17:54:22 +00:00
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 [COMMENTS] 2013-10-12 16:05:54 +00:00