process: Provide an abstraction to spawn child processes with redirected I/O

This commit is contained in:
Martin Willi
2014-10-06 18:24:39 +02:00
parent 100c1a4bf1
commit 1fea589c1f
7 changed files with 490 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ tests_SOURCES = tests.h tests.c \
suites/test_hashtable.c \
suites/test_identification.c \
suites/test_threading.c \
suites/test_process.c \
suites/test_watcher.c \
suites/test_stream.c \
suites/test_fetch_http.c \