mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
f1e5bc3d74
For now, the only test is related to a user trace stack db. The entire test application is disabled for gcc, since it is unable to generate this load config info. The stacktrace test is disabled until it is implemented.
13 lines
196 B
C
13 lines
196 B
C
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_stacktrace(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "stacktrace", func_stacktrace },
|
|
|
|
{ 0, 0 }
|
|
};
|