[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

@ -0,0 +1,12 @@
/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include "wine/test.h"
extern void func_reactos(void);
const struct test winetest_testlist[] =
{
{ "reactos", func_reactos },
{ 0, 0 }
};