mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[ROSTESTS] Move the tests unsupported by rosautotest under a "suppl" (supplementary) sub-directory of "reactos/bin".
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
.
This commit is contained in:
parent
8340574fe3
commit
aa04c84f62
5 changed files with 6 additions and 6 deletions
|
@ -6,4 +6,4 @@ add_executable(notificationtest ${SOURCE})
|
|||
target_link_libraries(notificationtest wine ${PSEH_LIB})
|
||||
set_module_type(notificationtest win32cui)
|
||||
add_importlibs(notificationtest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
|
||||
add_rostests_file(TARGET notificationtest)
|
||||
add_rostests_file(TARGET notificationtest SUBDIR suppl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue