Update tests.

This commit is contained in:
Unknown W. Brackets 2012-12-16 23:01:43 -08:00
parent 17cba6adc3
commit 22a77b643f
2 changed files with 9 additions and 1 deletions

View file

@ -75,6 +75,14 @@ tests_good = [
"threads/lwmutex/try600/try600",
"threads/lwmutex/unlock/unlock",
"threads/mbx/mbx",
"threads/mbx/cancel/cancel",
"threads/mbx/create/create",
"threads/mbx/delete/delete",
"threads/mbx/poll/poll",
"threads/mbx/priority/priority",
"threads/mbx/receive/receive",
"threads/mbx/refer/refer",
"threads/mbx/send/send",
"threads/mutex/mutex",
"threads/mutex/create/create",
"threads/mutex/delete/delete",