[ATL][ATL_APITEST] Implement some basic functionality for CComVariant + tests. CORE...
[reactos.git] / rostests / apitests / atl / testlist.c
index 3595df1..f154b0d 100644 (file)
@@ -4,6 +4,11 @@
 extern void func_atltypes(void);
 extern void func_CComBSTR(void);
 extern void func_CComHeapPtr(void);
+extern void func_CComVariant(void);
+extern void func_CImage(void);
+extern void func_CRegKey(void);
+extern void func_CSimpleArray(void);
+extern void func_CSimpleMap(void);
 extern void func_CString(void);
 
 const struct test winetest_testlist[] =
@@ -11,6 +16,11 @@ const struct test winetest_testlist[] =
     { "atltypes", func_atltypes },
     { "CComBSTR", func_CComBSTR },
     { "CComHeapPtr", func_CComHeapPtr },
+    { "CComVariant", func_CComVariant },
+    { "CImage", func_CImage },
+    { "CRegKey", func_CRegKey },
+    { "CSimpleArray", func_CSimpleArray },
+    { "CSimpleMap", func_CSimpleMap },
     { "CString", func_CString },
     { 0, 0 }
 };