Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / apitests / shlwapi / testlist.c
diff --git a/rostests/apitests/shlwapi/testlist.c b/rostests/apitests/shlwapi/testlist.c
deleted file mode 100644 (file)
index 1f3fc39..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#define STANDALONE
-#include <apitest.h>
-
-extern void func_PathFindOnPath(void);
-extern void func_isuncpath(void);
-extern void func_isuncpathserver(void);
-extern void func_isuncpathservershare(void);
-extern void func_PathUnExpandEnvStrings(void);
-extern void func_StrFormatByteSizeW(void);
-
-const struct test winetest_testlist[] =
-{
-    { "PathFindOnPath", func_PathFindOnPath },
-    { "PathIsUNC", func_isuncpath },
-    { "PathIsUNCServer", func_isuncpathserver },
-    { "PathIsUNCServerShare", func_isuncpathservershare },
-    { "PathUnExpandEnvStrings", func_PathUnExpandEnvStrings },
-    { "StrFormatByteSizeW", func_StrFormatByteSizeW },
-    { 0, 0 }
-};