diff options
| author | manuel <manuel@mausz.at> | 2012-05-11 15:10:44 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-05-11 15:10:44 +0200 |
| commit | ac1525683728d7b3ab644e729e6658d435914d85 (patch) | |
| tree | abc1feac44b687e376d98233dc00a8cd295c32c7 /tests/threads/tests.c | |
| parent | 29adc36b906ae3be5afc577450136e11c12bc0a0 (diff) | |
| download | progos-ac1525683728d7b3ab644e729e6658d435914d85.tar.gz progos-ac1525683728d7b3ab644e729e6658d435914d85.tar.bz2 progos-ac1525683728d7b3ab644e729e6658d435914d85.zip | |
add new test for priority donation with conditions
Diffstat (limited to 'tests/threads/tests.c')
| -rw-r--r-- | tests/threads/tests.c | 1 |
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}, |
