mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
8dd89c7cfc
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.
12 lines
218 B
C
12 lines
218 B
C
/* 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 }
|
|
};
|