[MSVCRT_APITEST]: Commit a simple test for popen(), by Andreas Maier.
[reactos.git] / rostests / apitests / msvcrt / CMakeLists.txt
index 8be74f0..60f3cde 100644 (file)
@@ -4,6 +4,7 @@ add_subdirectory(CmdLineUtil)
 list(APPEND SOURCE
     CommandLine.c
     ieee.c
+    popen.c
     splitpath.c
     testlist.c)