Update test lists for winetests too.
[reactos.git] / rostests / winetests / shlwapi / testlist.c
index dec5a25..4940c49 100755 (executable)
@@ -14,6 +14,7 @@ extern void func_ordinal(void);
 extern void func_path(void);
 extern void func_shreg(void);
 extern void func_string(void);
+extern void func_thread(void);
 extern void func_url(void);
 
 const struct test winetest_testlist[] =
@@ -26,6 +27,7 @@ const struct test winetest_testlist[] =
     { "path", func_path },
     { "shreg", func_shreg },
     { "string", func_string },
+    { "thread", func_thread },
     { "url", func_url },
     { 0, 0 }
 };