From ac1525683728d7b3ab644e729e6658d435914d85 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 11 May 2012 15:10:44 +0200 Subject: add new test for priority donation with conditions --- tests/threads/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/threads/tests.c') 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[] = {"priority-donate-sema", test_priority_donate_sema}, {"priority-donate-lower", test_priority_donate_lower}, {"priority-donate-chain", test_priority_donate_chain}, + {"priority-donate-condvar", test_priority_donate_condvar}, {"priority-fifo", test_priority_fifo}, {"priority-preempt", test_priority_preempt}, {"priority-sema", test_priority_sema}, -- cgit v1.2.3