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
@@ -24,6 +24,7 @@ TEST_SUITE(hashtable_suite_create)
TEST_SUITE(array_suite_create)
TEST_SUITE(identification_suite_create)
TEST_SUITE(threading_suite_create)
TEST_SUITE(process_suite_create)
TEST_SUITE(watcher_suite_create)
TEST_SUITE(stream_suite_create)
TEST_SUITE(utils_suite_create)