reactos/rostests/apitests/ntdll
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
..
i386
CMakeLists.txt [ROSTESTS] 2017-01-13 09:24:15 +00:00
LdrEnumResources.c
NtAllocateVirtualMemory.c
NtApphelpCacheControl.c
NtContinue.c
NtCreateFile.c
NtCreateKey.c [NTDLL_APITEST] 2016-10-15 18:33:21 +00:00
NtCreateThread.c
NtDeleteKey.c
NtFreeVirtualMemory.c
NtMapViewOfSection.c [NTDLL_APITEST] 2016-08-26 21:08:24 +00:00
NtMutant.c
NtOpenProcessToken.c
NtOpenThreadToken.c
NtProtectVirtualMemory.c
NtQueryInformationProcess.c
NtQueryKey.c
NtQuerySystemEnvironmentValue.c
NtQueryVolumeInformationFile.c
NtReadFile.c [NTDLL_APITEST] 2016-10-29 20:14:16 +00:00
NtSaveKey.c
NtSetValueKey.c
NtWriteFile.c [NTDLL_APITEST] 2016-10-29 11:39:07 +00:00
RtlAllocateHeap.c [NTDLL_APITEST] Add test for invalid pointer 2016-09-25 16:57:55 +00:00
RtlBitmap.c
RtlCopyMappedMemory.c
RtlDeleteAce.c [RTL] 2016-05-22 22:11:54 +00:00
RtlDetermineDosPathNameType.c
RtlDoesFileExists.c
RtlDosApplyFileIsolationRedirection_Ustr.c [NTDLL] -Add preliminary tests for RtlDosApplyFileIsolationRedirection_Ustr. 2017-01-12 11:21:04 +00:00
RtlDosPathNameToNtPathName_U.c
RtlDosSearchPath_U.c
RtlDosSearchPath_Ustr.c
RtlFirstFreeAce.c [RTL] 2016-05-22 22:11:54 +00:00
RtlGenerate8dot3Name.c [NTDLL_APITEST] 2016-09-13 09:57:52 +00:00
RtlGetFullPathName_U.c
RtlGetFullPathName_Ustr.c
RtlGetFullPathName_UstrEx.c
RtlGetLengthWithoutTrailingPathSeperators.c
RtlGetLongestNtPathLength.c
RtlImageRvaToVa.c
RtlInitializeBitMap.c
RtlIsNameLegalDOS8Dot3.c [NTDLL_APITEST] 2016-11-10 10:18:25 +00:00
RtlMemoryStream.c
RtlReAllocateHeap.c
RtlUpcaseUnicodeStringToCountedOemString.c [NTDLL_APITEST] 2016-11-10 10:18:25 +00:00
sprintf.c
StackOverflow.c
SystemInfo.c Remove extra ending semicolons in our C code base. 2016-08-11 16:50:41 +00:00
testlist.c [NTDLL] -Add preliminary tests for RtlDosApplyFileIsolationRedirection_Ustr. 2017-01-12 11:21:04 +00:00
Timer.c