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
batch.c [CMD_ROSTEST] Sync batch.c with cmd_winetest' counterpart. 2020-08-19 20:35:53 +02:00
CMakeLists.txt
README.txt
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
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

Cloned from Wine's cmd_winetest code.