reactos/modules/rostests/win32/cmd
Hermès Bélusca-Maïto 4c9d322c68
[CMD_ROSTEST] Add tests for EXIT and CMD returned exit code values.
CORE-10495 CORE-13672

See also commits 8cf11060 (r40474), 26ff2c8e and 7bd33ac4.

More information can be also found at:
https://stackoverflow.com/a/34987886/13530036
and
https://stackoverflow.com/a/34937706/13530036
2020-08-19 20:36:02 +02: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 [CMD_ROSTEST] Sync batch.c with cmd_winetest' counterpart. 2020-08-19 20:35:53 +02: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 [CMD_ROSTEST] Add tests for batch execution flow with GOTO and CALL commands. 2020-08-19 20:35:58 +02: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 [CMD_ROSTEST] Add tests for EXIT and CMD returned exit code values. 2020-08-19 20:36:02 +02:00
test_builtins.cmd.exp [CMD_ROSTEST] Add tests for EXIT and CMD returned exit code values. 2020-08-19 20:36:02 +02:00
test_echoer_parser.cmd [CMD_ROSTEST] Add tests for the command echoer. 2020-08-19 20:35:55 +02:00
test_echoer_parser.cmd.exp [CMD_ROSTEST] Add tests for the command echoer. 2020-08-19 20:35:55 +02:00
test_goto_call.cmd [CMD_ROSTEST] Add tests for GOTO label parsing. 2020-08-19 20:36:01 +02:00
test_goto_call.cmd.exp [CMD_ROSTEST] Add tests for GOTO label parsing. 2020-08-19 20:36:01 +02: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.