Test interaction between priority donation and thread_set_priority().
[pintos-anon] / src / tests / threads / tests.h
index 1fe839ea847ad16a69b5d01a51f7a7127b6a558b..81e966315553126616f9a71a22d73a59a756bd81 100644 (file)
@@ -17,6 +17,7 @@ extern test_func test_priority_donate_multiple;
 extern test_func test_priority_donate_multiple2;
 extern test_func test_priority_donate_sema;
 extern test_func test_priority_donate_nest;
+extern test_func test_priority_donate_lower;
 extern test_func test_priority_fifo;
 extern test_func test_priority_preempt;
 extern test_func test_priority_sema;