Skip to content

Commit 6539397

Browse files
committed
[WIN32U_APITEST] Rename test to win32u_apitest for naming consistency
1 parent cba420d commit 6539397

File tree

89 files changed

+9
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+9
-9
lines changed

modules/rostests/apitests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ add_subdirectory(utildll)
6464
add_subdirectory(uxtheme)
6565
add_subdirectory(version)
6666
if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
67-
add_subdirectory(win32nt)
67+
add_subdirectory(win32u)
6868
endif()
6969
add_subdirectory(winhttp)
7070
add_subdirectory(wininet)

modules/rostests/apitests/win32nt/CMakeLists.txt renamed to modules/rostests/apitests/win32u/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ list(APPEND SOURCE
7777
list(APPEND PCH_SKIP_SOURCE
7878
testlist.c)
7979

80-
add_executable(win32knt_apitest
80+
add_executable(win32u_apitest
8181
${SOURCE}
8282
${PCH_SKIP_SOURCE}
8383
dlihook.c
8484
win32knt.rc)
8585

86-
target_link_libraries(win32knt_apitest ${PSEH_LIB} gditools)
87-
set_module_type(win32knt_apitest win32cui)
88-
add_importlibs(win32knt_apitest
86+
target_link_libraries(win32u_apitest ${PSEH_LIB} gditools)
87+
set_module_type(win32u_apitest win32cui)
88+
add_importlibs(win32u_apitest
8989
gdi32
9090
user32
9191
shell32
9292
advapi32
9393
msvcrt
9494
kernel32
9595
ntdll)
96-
add_delay_importlibs(win32knt_apitest win32u imm32)
97-
add_dependencies(win32knt_apitest xdk)
98-
add_pch(win32knt_apitest win32nt.h "${PCH_SKIP_SOURCE}")
99-
add_rostests_file(TARGET win32knt_apitest)
96+
add_delay_importlibs(win32u_apitest win32u imm32)
97+
add_dependencies(win32u_apitest xdk)
98+
add_pch(win32u_apitest win32nt.h "${PCH_SKIP_SOURCE}")
99+
add_rostests_file(TARGET win32u_apitest)
File renamed without changes.

modules/rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c renamed to modules/rostests/apitests/win32u/ntdd/NtGdiDdCreateDirectDrawObject.c

File renamed without changes.

modules/rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c renamed to modules/rostests/apitests/win32u/ntdd/NtGdiDdDeleteDirectDrawObject.c

File renamed without changes.

modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c renamed to modules/rostests/apitests/win32u/ntdd/NtGdiDdQueryDirectDrawObject.c

File renamed without changes.

modules/rostests/apitests/win32nt/ntgdi/NtGdiArcInternal.c renamed to modules/rostests/apitests/win32u/ntgdi/NtGdiArcInternal.c

File renamed without changes.
File renamed without changes.

modules/rostests/apitests/win32nt/ntgdi/NtGdiCombineRgn.c renamed to modules/rostests/apitests/win32u/ntgdi/NtGdiCombineRgn.c

File renamed without changes.

modules/rostests/apitests/win32nt/ntgdi/NtGdiCreateBitmap.c renamed to modules/rostests/apitests/win32u/ntgdi/NtGdiCreateBitmap.c

File renamed without changes.

0 commit comments

Comments
 (0)