reactos/rostests/apitests/advapi32
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
CreateService.c [COMMENTS] 2013-10-12 16:05:54 +00:00
DuplicateTokenEx.c [ADVAPI32_APITESTS] 2014-10-13 18:49:09 +00:00
eventlog.c [ADVAPI32_APITEST]: Addendum to r72207: 2016-08-12 13:38:49 +00:00
HKEY_CLASSES_ROOT.c [ADVAPI32_APITEST] 2015-08-30 08:37:13 +00:00
IsTextUnicode.c [ADVAPI32_APITEST]: I wasn't alone for writing these tests! 2016-10-21 21:08:54 +00:00
LockServiceDatabase.c [ADVAPI32_APITEST]: Rename the 'LockDatabase' test to 'LockServiceDatabase' to better match the name of the API. 2016-12-04 18:41:46 +00:00
QueryServiceConfig2.c [ROSTESTS:APITESTS] 2013-09-22 17:52:42 +00:00
RegEnumKey.c [ADVAPI32_APITEST] 2016-10-01 14:41:41 +00:00
RegEnumValueW.c [ADVAPI32_APITEST] 2014-10-02 17:31:06 +00:00
RegQueryInfoKey.c [ADVAPI32_APITEST] 2015-05-22 16:06:58 +00:00
RegQueryValueExW.c [ADVAPI32][ADVAPI32_APITEST] Fix incorrect parameter output uncovered by CORE-12333 #comment Please retest! 2016-11-13 18:11:14 +00:00
RtlEncryptMemory.c [APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once". 2016-06-15 17:45:06 +00:00
SaferIdentifyLevel.c [COMMENTS] 2013-10-12 16:05:54 +00:00
ServiceArgs.c [ROSTESTS]: advapi32_apitest: Add a test to extensively test services command-line arguments. By Thomas Faber. 2016-12-02 20:01:29 +00:00
ServiceEnv.c Fix for source code file header, sorry for commit noise. 2016-12-05 16:38:11 +00:00
svchlp.c [ADVAPI32_APITEST]: Add a small helper lib 'svchlp' for common routines for test-services embedded in api tests. Taken & heavily adapted from Jacek Caban's services_service test and Thomas Faber's ServiceArgs.c (the latter will be able to use 'svchlp' when it'll be ready). 2016-12-05 16:22:30 +00:00
svchlp.h [ADVAPI32_APITEST]: Add a small helper lib 'svchlp' for common routines for test-services embedded in api tests. Taken & heavily adapted from Jacek Caban's services_service test and Thomas Faber's ServiceArgs.c (the latter will be able to use 'svchlp' when it'll be ready). 2016-12-05 16:22:30 +00:00
testlist.c [ADVAPI32_APITEST]: Test for a (correctly initialized) service process environment block, that should contain both ALLUSERSPROFILE and USERPROFILE environment variables. 2016-12-05 16:36:06 +00:00