mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 02:33:12 +01:00
Updated test pass/fail print messages for test0
This commit is contained in:
@@ -33,7 +33,6 @@ void main(void)
|
||||
|
||||
wait_pager(0);
|
||||
|
||||
ipc_full_test();
|
||||
|
||||
printf("\n%s: Running POSIX API tests.\n", __TASKNAME__);
|
||||
|
||||
@@ -49,10 +48,11 @@ void main(void)
|
||||
|
||||
clonetest();
|
||||
|
||||
if (parent_of_all == getpid())
|
||||
if (parent_of_all == getpid()) {
|
||||
ipc_full_test();
|
||||
ipc_extended_test();
|
||||
else
|
||||
exectest();
|
||||
}
|
||||
exectest();
|
||||
|
||||
while (1)
|
||||
wait_pager(0);
|
||||
|
||||
Reference in New Issue
Block a user