Updated test pass/fail print messages for test0

This commit is contained in:
Bahadir Balban
2009-05-28 13:23:44 +03:00
parent e61e9e9533
commit ab9e036cb7
11 changed files with 35 additions and 54 deletions

View File

@@ -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);