reactos/modules/rostests/win32/cmd
2020-08-19 20:36:00 +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 [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
test_builtins.cmd [CMD_ROSTEST] Minor improvements for the echo-ed info of the builtins tests. 2020-08-19 20:35:53 +02:00
test_builtins.cmd.exp [CMD_ROSTEST] Minor improvements for the echo-ed info of the builtins tests. 2020-08-19 20:35:53 +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 :EOF 2020-08-19 20:36:00 +02:00
test_goto_call.cmd.exp [CMD_ROSTEST] Add tests for GOTO :EOF 2020-08-19 20:36:00 +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.