Update tests.
This commit is contained in:
parent
17cba6adc3
commit
22a77b643f
2 changed files with 9 additions and 1 deletions
8
test.py
8
test.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue