[ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's.
[reactos.git] / modules / rostests / win32 / cmd / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include "wine/test.h"
5
6 extern void func_reactos(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "reactos", func_reactos },
11 { 0, 0 }
12 };