mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
16ec2e2aa5
It only tests IOCTL_MOUNTMGR_QUERY_POINTS for now
11 lines
349 B
CMake
11 lines
349 B
CMake
|
|
list(APPEND SOURCE
|
|
QueryPoints.c
|
|
precomp.h)
|
|
|
|
add_executable(mountmgr_apitest ${SOURCE} testlist.c)
|
|
target_link_libraries(mountmgr_apitest wine ${PSEH_LIB})
|
|
set_module_type(mountmgr_apitest win32cui)
|
|
add_importlibs(mountmgr_apitest msvcrt kernel32 ntdll)
|
|
add_pch(mountmgr_apitest precomp.h SOURCE)
|
|
add_rostests_file(TARGET mountmgr_apitest)
|