reactos/modules/rostests/winetests/cmd/testlist.c
2021-02-03 23:50:55 +03:00

13 lines
212 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include "wine/test.h"
extern void func_batch(void);
const struct test winetest_testlist[] =
{
{ "batch", func_batch },
{ 0, 0 }
};