summaryrefslogtreecommitdiffstats
path: root/tests/threads/Make.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/Make.tests')
-rw-r--r--tests/threads/Make.tests3
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 \
7priority-donate-multiple priority-donate-multiple2 \ 7priority-donate-multiple priority-donate-multiple2 \
8priority-donate-nest priority-donate-sema priority-donate-lower \ 8priority-donate-nest priority-donate-sema priority-donate-lower \
9priority-fifo priority-preempt priority-sema priority-condvar \ 9priority-fifo priority-preempt priority-sema priority-condvar \
10priority-donate-chain) 10priority-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
29tests/threads_SRC += tests/threads/priority-sema.c 29tests/threads_SRC += tests/threads/priority-sema.c
30tests/threads_SRC += tests/threads/priority-condvar.c 30tests/threads_SRC += tests/threads/priority-condvar.c
31tests/threads_SRC += tests/threads/priority-donate-chain.c 31tests/threads_SRC += tests/threads/priority-donate-chain.c
32tests/threads_SRC += tests/threads/priority-donate-condvar.c
32 33
33# Not used in SS 2012 34# Not used in SS 2012
34MLFQS_TESTS = mlfqs-load-1 mlfqs-load-60 mlfqs-load-avg mlfqs-recent-1 \ 35MLFQS_TESTS = mlfqs-load-1 mlfqs-load-60 mlfqs-load-avg mlfqs-recent-1 \