mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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
.
8 lines
220 B
CMake
8 lines
220 B
CMake
|
|
list(APPEND SOURCE
|
|
tunneltest.c)
|
|
|
|
add_executable(tunneltest ${SOURCE})
|
|
set_module_type(tunneltest win32cui UNICODE)
|
|
add_importlibs(tunneltest msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET tunneltest SUBDIR suppl)
|