update for HEAD-2003091401
[reactos.git] / lib / rpcrt4 / tests / testlist.c
diff --git a/lib/rpcrt4/tests/testlist.c b/lib/rpcrt4/tests/testlist.c
new file mode 100644 (file)
index 0000000..844bf78
--- /dev/null
@@ -0,0 +1,24 @@
+/* Automatically generated file; DO NOT EDIT!! */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include "windef.h"
+#include "winbase.h"
+
+extern void func_rpc(void);
+
+struct test
+{
+    const char *name;
+    void (*func)(void);
+};
+
+static const struct test winetest_testlist[] =
+{
+    { "rpc", func_rpc },
+    { 0, 0 }
+};
+
+#define WINETEST_WANT_MAIN
+#include "wine/test.h"