summaryrefslogtreecommitdiffstats
path: root/tests/threads/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/tests.c')
-rw-r--r--tests/threads/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/tests.c b/tests/threads/tests.c
index af15aee..d19ab24 100644
--- a/tests/threads/tests.c
+++ b/tests/threads/tests.c
@@ -25,6 +25,7 @@ static const struct test tests[] =
25 {"priority-donate-sema", test_priority_donate_sema}, 25 {"priority-donate-sema", test_priority_donate_sema},
26 {"priority-donate-lower", test_priority_donate_lower}, 26 {"priority-donate-lower", test_priority_donate_lower},
27 {"priority-donate-chain", test_priority_donate_chain}, 27 {"priority-donate-chain", test_priority_donate_chain},
28 {"priority-donate-condvar", test_priority_donate_condvar},
28 {"priority-fifo", test_priority_fifo}, 29 {"priority-fifo", test_priority_fifo},
29 {"priority-preempt", test_priority_preempt}, 30 {"priority-preempt", test_priority_preempt},
30 {"priority-sema", test_priority_sema}, 31 {"priority-sema", test_priority_sema},