[ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's.

CORE-7998

Based on Wine's cmd_winetest code, this first bunch of tests check how the
"for" command should process the newlines inside its parenthesed set.
Adapted by Doug Lyons.
This commit is contained in:
Hermès Bélusca-Maïto 2017-11-17 00:56:01 +01:00
parent 34c563fa2a
commit 8dd89c7cfc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
9 changed files with 588 additions and 1 deletions

View file

@ -13,7 +13,7 @@ add_subdirectory(kmtests)
#add_subdirectory(regtests)
add_subdirectory(rosautotest)
add_subdirectory(tests)
#add_subdirectory(win32)
add_subdirectory(win32)
add_subdirectory(winetests)