X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Ftests.h;h=cd9d4895409fbb0f5f36533c4a5e8af8c3fbafad;hp=81e966315553126616f9a71a22d73a59a756bd81;hb=0eb663f85c834786c5b98186bb55a3e3224b8a2f;hpb=cc41c0acfbda000cb416b3492bc8de3480b62904 diff --git a/src/tests/threads/tests.h b/src/tests/threads/tests.h index 81e9663..cd9d489 100644 --- a/src/tests/threads/tests.h +++ b/src/tests/threads/tests.h @@ -18,6 +18,7 @@ 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_donate_chain; extern test_func test_priority_fifo; extern test_func test_priority_preempt; extern test_func test_priority_sema;