From 217952ff163928ed37ced7259b6cab88b5c5744a Mon Sep 17 00:00:00 2001 From: Sanjit Bhat Date: Wed, 13 Sep 2023 16:14:41 -0400 Subject: revert answers --- grade-lab-thread | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'grade-lab-thread') diff --git a/grade-lab-thread b/grade-lab-thread index e43d7c6..18df65f 100755 --- a/grade-lab-thread +++ b/grade-lab-thread @@ -19,6 +19,11 @@ def test_uthread(): if not re.findall('\n'.join(expected), r.qemu.output, re.M): raise AssertionError('Output does not match expected output') +@test(5, "answers-thread.txt") +def test_answers(): + # just a simple sanity check, will be graded manually + check_answers("answers-thread.txt") + # test the first ph task: add locks to eliminate the missing keys. @test(10, "ph_safe") def test_ph_safe(): -- cgit v1.2.3