Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / winetests / secur32 / testlist.c
diff --git a/rostests/winetests/secur32/testlist.c b/rostests/winetests/secur32/testlist.c
deleted file mode 100644 (file)
index b6df7d2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Automatically generated file; DO NOT EDIT!! */
-
-#define STANDALONE
-#include <wine/test.h>
-
-extern void func_main(void);
-extern void func_negotiate(void);
-extern void func_ntlm(void);
-extern void func_schannel(void);
-extern void func_secur32(void);
-
-const struct test winetest_testlist[] =
-{
-    { "main", func_main },
-    { "negotiate", func_negotiate },
-    { "ntlm", func_ntlm },
-    { "schannel", func_schannel },
-    { "secur32", func_secur32 },
-    { 0, 0 }
-};