diff options
Diffstat (limited to 'tests/threads/Make.tests')
| -rw-r--r-- | tests/threads/Make.tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/threads/Make.tests b/tests/threads/Make.tests index dbdfd0c..a72659b 100644 --- a/tests/threads/Make.tests +++ b/tests/threads/Make.tests | |||
| @@ -7,7 +7,7 @@ alarm-negative priority-change priority-donate-one \ | |||
| 7 | priority-donate-multiple priority-donate-multiple2 \ | 7 | priority-donate-multiple priority-donate-multiple2 \ |
| 8 | priority-donate-nest priority-donate-sema priority-donate-lower \ | 8 | priority-donate-nest priority-donate-sema priority-donate-lower \ |
| 9 | priority-fifo priority-preempt priority-sema priority-condvar \ | 9 | priority-fifo priority-preempt priority-sema priority-condvar \ |
| 10 | priority-donate-chain) | 10 | priority-donate-chain priority-donate-condvar) |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | # Sources for tests. | 13 | # Sources for tests. |
| @@ -29,6 +29,7 @@ tests/threads_SRC += tests/threads/priority-preempt.c | |||
| 29 | tests/threads_SRC += tests/threads/priority-sema.c | 29 | tests/threads_SRC += tests/threads/priority-sema.c |
| 30 | tests/threads_SRC += tests/threads/priority-condvar.c | 30 | tests/threads_SRC += tests/threads/priority-condvar.c |
| 31 | tests/threads_SRC += tests/threads/priority-donate-chain.c | 31 | tests/threads_SRC += tests/threads/priority-donate-chain.c |
| 32 | tests/threads_SRC += tests/threads/priority-donate-condvar.c | ||
| 32 | 33 | ||
| 33 | # Not used in SS 2012 | 34 | # Not used in SS 2012 |
| 34 | MLFQS_TESTS = mlfqs-load-1 mlfqs-load-60 mlfqs-load-avg mlfqs-recent-1 \ | 35 | MLFQS_TESTS = mlfqs-load-1 mlfqs-load-60 mlfqs-load-avg mlfqs-recent-1 \ |
