1 /* Automatically generated by make depend; DO NOT EDIT!! */ 2 3 #define STANDALONE 4 #include <wine/test.h> 5 6 extern void func_add(void); 7 extern void func_copy(void); 8 extern void func_delete(void); 9 extern void func_export(void); 10 extern void func_import(void); 11 extern void func_query(void); 12 13 const struct test winetest_testlist[] = 14 { 15 { "add", func_add }, 16 { "copy", func_copy }, 17 { "delete", func_delete }, 18 { "export", func_export }, 19 { "import", func_import }, 20 { "query", func_query }, 21 { 0, 0 } 22 }; 23