/* Executes and waits for a single child process. */ #include #include "tests/lib.h" #include "tests/main.h" void test_main (void) { wait (exec ("child-simple")); }