[SHLWAPI_APITEST]: New test for PathIsUNC function, by Jared Smudde. Thanks!
[reactos.git] / rostests / apitests / shlwapi / testlist.c
diff --git a/rostests/apitests/shlwapi/testlist.c b/rostests/apitests/shlwapi/testlist.c
new file mode 100644 (file)
index 0000000..1aba16c
--- /dev/null
@@ -0,0 +1,10 @@
+#define STANDALONE
+#include <apitest.h>
+
+extern void func_isuncpath(void);
+
+const struct test winetest_testlist[] =
+{
+    { "PathIsUNC", func_isuncpath },
+    { 0, 0 }
+};