reactos/modules/rostests/win32/cmd
Hermès Bélusca-Maïto 8dd89c7cfc
[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.
2017-11-17 00:58:45 +01:00
..
script_testsuite Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
batch.c [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
CMakeLists.txt [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
README.txt [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
rsrc.rc [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
setup.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
test_builtins.cmd [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
test_builtins.cmd.exp [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
testlist.c [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00

Cloned from Wine's cmd_winetest code.