reactos/rostests/apitests/crt
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
..
__getmainargs.c [CRT_APITEST] Add tests for __getmainargs, testing a commandline ending with spaces. Patch by Yaroslav Veremenko CORE-9199 2016-09-21 19:26:47 +00:00
_snprintf.c [CRT_APITEST] 2015-12-28 15:24:47 +00:00
_sntprintf.h [CRT_APITEST] 2015-12-28 15:24:47 +00:00
_snwprintf.c [CRT_APITEST] 2015-12-28 15:24:47 +00:00
_vscprintf.c [CRT_APITEST] 2016-04-06 12:34:26 +00:00
_vscwprintf.c [CRT_APITEST] 2016-04-06 12:34:26 +00:00
_vsnprintf.c [CRT_APITEST] 2016-04-06 12:34:26 +00:00
_vsnwprintf.c [CRT_APITEST] 2016-04-06 12:34:26 +00:00
CMakeLists.txt [CRT_APITEST] 2015-12-26 19:20:54 +00:00
crtdll_crt_apitest.cmake [ROSTESTS] 2017-01-13 09:24:15 +00:00
dll_startup.cpp [CRT_APITEST] 2015-11-21 13:45:45 +00:00
dll_startup.h [CRT_APITEST] 2015-11-21 13:45:45 +00:00
dll_startup.spec [CRT_APITEST] 2015-11-21 13:45:45 +00:00
mbstowcs.c [CRT_APITEST] 2015-10-25 07:42:34 +00:00
mbstowcs_s.c [MSVCRT_CRT_APITEST] 2014-05-21 13:20:38 +00:00
msvcrt_crt_apitest.cmake [ROSTESTS] 2017-01-13 09:24:15 +00:00
ntdll_crt_apitest.cmake [ROSTESTS] 2017-01-13 09:24:15 +00:00
sprintf.c [CRT_APITEST] 2015-12-28 15:49:29 +00:00
static_construct.cpp [CRT_APITEST] 2015-11-22 14:01:04 +00:00
static_init.c [CRT_APITEST] 2015-11-21 13:45:45 +00:00
strcpy.c [ROSTESTS:APITESTS] 2013-09-22 17:52:42 +00:00
strlen.c [CRT_APITEST] 2015-12-28 11:01:03 +00:00
strtoul.c [CRT_APITEST] 2015-12-28 15:24:47 +00:00
tcstoul.h [CRT_APITEST] 2015-12-28 15:24:47 +00:00
testlist.c [CRT][CRT_APITEST] Fix __getmainargs and __wgetmainargs parsing, verified with apitests. Patch by Yaroslav Veremenko. CORE-11673 #resolve #comment Thanks! 2016-08-12 21:31:32 +00:00
wcstombs.c [CRT_APITEST] 2015-10-25 07:42:34 +00:00
wcstombs_s.c [MSVCRT_CRT_APITEST] 2014-05-21 13:20:38 +00:00
wcstoul.c [CRT_APITEST] 2015-12-28 15:24:47 +00:00