mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[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:
parent
34c563fa2a
commit
8dd89c7cfc
9 changed files with 588 additions and 1 deletions
12
modules/rostests/win32/cmd/testlist.c
Normal file
12
modules/rostests/win32/cmd/testlist.c
Normal 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 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue