mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
fbe4a43f5d
The filename intentionally does not contain the word 'patch', because this will trigger windows to auto-elevate the test app.
14 lines
374 B
CMake
14 lines
374 B
CMake
|
|
list(APPEND SOURCE
|
|
mspatcha.c
|
|
testlist.c)
|
|
|
|
# File name does not contain 'patch' on purpose!
|
|
# This triggers automatic elevation in Nt 6+
|
|
|
|
add_executable(msptcha_apitest ${SOURCE})
|
|
set_module_type(msptcha_apitest win32cui)
|
|
add_importlibs(msptcha_apitest msvcrt kernel32 ntdll)
|
|
add_delay_importlibs(msptcha_apitest mspatcha)
|
|
add_rostests_file(TARGET msptcha_apitest)
|