Add another test that locks & unlocks in FIFO order instead of stack
[pintos-anon] / src / tests / threads / tests.h
index bbe9adb139aed3cc8ded0f54303cce3ee7534d53..93c61ec78c7cc6a03ddbcab4bd362b02f6579fdb 100644 (file)
@@ -13,6 +13,7 @@ extern test_func test_alarm_negative;
 extern test_func test_priority_change;
 extern test_func test_priority_donate_one;
 extern test_func test_priority_donate_multiple;
+extern test_func test_priority_donate_multiple2;
 extern test_func test_priority_donate_nest;
 extern test_func test_priority_fifo;
 extern test_func test_priority_preempt;