reactos/rostests/regtests/crt/testlist.c
Gregor Schneider cb0fe726e8 -Add a crt regression test suite, extending the msvcrt winetests
-iofunc tests were used to verify r42382, added another one that tests swprintf double conversion (roscalc issue)
-time tests crash with the current crt implementation

svn path=/trunk/; revision=42408
2009-08-05 17:13:12 +00:00

20 lines
348 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_iofuncs(void);
extern void func_time(void);
const struct test winetest_testlist[] =
{
{ "iofuncs", func_iofuncs },
{ "time", func_time },
{ 0, 0 }
};