Skip to content

Commit 762a9f0

Browse files
committed
[NTDLL_APITEST] Add test for Rtl locale functions
1 parent 738ff9d commit 762a9f0

File tree

3 files changed

+1045
-1
lines changed

3 files changed

+1045
-1
lines changed

modules/rostests/apitests/ntdll/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ list(APPEND SOURCE
9292
RtlImageDirectoryEntryToData.c
9393
RtlImageRvaToVa.c
9494
RtlIsNameLegalDOS8Dot3.c
95+
RtlLocale.c
9596
RtlMemoryStream.c
9697
RtlMultipleAllocateHeap.c
9798
RtlNtPathNameToDosPathName.c
@@ -144,7 +145,10 @@ add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}")
144145
add_dependencies(ntdll_apitest load_notifications empty_dll)
145146

146147
if(NOT MSVC)
147-
set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_OPTIONS "-Wno-format")
148+
set_source_files_properties(
149+
RtlGetFullPathName_UstrEx.c
150+
RtlLocale.c
151+
PROPERTIES COMPILE_OPTIONS "-Wno-format")
148152
endif()
149153

150154
add_rostests_file(TARGET ntdll_apitest)

0 commit comments

Comments
 (0)