adding winetest from the vendor drop for usp10.dll
[reactos.git] / reactos / regtests / winetests / usp10 / testlist.c
diff --git a/reactos/regtests/winetests/usp10/testlist.c b/reactos/regtests/winetests/usp10/testlist.c
new file mode 100644 (file)
index 0000000..258e549
--- /dev/null
@@ -0,0 +1,14 @@
+#define WIN32_LEAN_AND_MEAN\r
+#include <windows.h>\r
+\r
+#define STANDALONE\r
+#include "wine/test.h"\r
+\r
+extern void func_usp10(void);\r
+\r
+\r
+const struct test winetest_testlist[] =\r
+{\r
+    { "usp10", func_usp10 },\r
+    { 0, 0 }\r
+};
\ No newline at end of file