[MSVCRT_APITEST]: Commit a simple test for popen(), by Andreas Maier.
[reactos.git] / rostests / apitests / msvcrt / testlist.c
index 96a9ef4..d358dd9 100644 (file)
@@ -5,12 +5,14 @@
 
 extern void func_CommandLine(void);
 extern void func_ieee(void);
+extern void func_popen(void);
 extern void func_splitpath(void);
 
 const struct test winetest_testlist[] =
 {
     { "CommandLine", func_CommandLine },
     { "ieee", func_ieee },
+    { "popen", func_popen },
     { "splitpath", func_splitpath },
 
     { 0, 0 }