[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:
Hermès Bélusca-Maïto 2017-11-17 01:26:02 +01:00
parent 8340574fe3
commit aa04c84f62
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 6 additions and 6 deletions

View file

@ -2,4 +2,4 @@
add_executable(paintdesktop PaintDesktop.c)
set_module_type(paintdesktop win32gui UNICODE)
add_importlibs(paintdesktop user32 msvcrt kernel32)
add_rostests_file(TARGET paintdesktop)
add_rostests_file(TARGET paintdesktop SUBDIR suppl)