Clarify purpose and rationale.
[pintos.git] / src / tests / userprog / exec-arg.c
blob82d074457bce0a259b88970510ae6569d402ca29
1 /* Tests argument passing to child processes. */
3 #include <syscall.h>
4 #include "tests/main.h"
6 void
7 test_main (void)
9 wait (exec ("child-args childarg"));