Updated mutextest - it is not yet there, we need semaphores

This commit is contained in:
Bahadir Balban
2009-05-31 14:18:19 +03:00
parent ce79aa2b73
commit d0652fcb21
3 changed files with 14 additions and 12 deletions

View File

@@ -52,9 +52,9 @@ void main(void)
ipc_full_test();
ipc_extended_test();
}
if (parent_of_all == getpid()) {
user_mutex_test();
}
// if (parent_of_all == getpid()) {
// user_mutex_test();
// }
exectest();
while (1)