6be7f35aff194393f43713cae5e489760c072946
[reactos.git] / rostests / apitests / atl / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_CComBSTR(void);
5 extern void func_CComHeapPtr(void);
6 extern void func_CString(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "CComBSTR", func_CComBSTR },
11 { "CComHeapPtr", func_CComHeapPtr },
12 { "CString", func_CString },
13 { 0, 0 }
14 };