mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
aa04c84f62
Indeed, rosautotest has an annoying tendency to fail with:
Invalid test file name: <testname>.exe
SYSREG_ROSAUTOTEST_FAILURE
when <testname>.exe is a test that do not comply with the rosautotest
interface.
This is indeed the case for all the tests under /rostests/win32/, with the
exception of cmd_rostest.
Addendum to 8dd89c7
.
10 lines
270 B
CMake
10 lines
270 B
CMake
|
|
list(APPEND SOURCE
|
|
sysicon.c
|
|
sysicon.rc)
|
|
|
|
add_executable(sysicon ${SOURCE})
|
|
target_link_libraries(sysicon ${PSEH_LIB})
|
|
set_module_type(sysicon win32gui UNICODE)
|
|
add_importlibs(sysicon gdi32 user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET sysicon SUBDIR suppl)
|