Add some grading test programs.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 00:41:53 +0000 (00:41 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 00:41:53 +0000 (00:41 +0000)
commitdb1421e7321efc7bb3aa3b232fbde94ce154dd23
tree045944579d4d7b5ad789fc33f33aa9802e9c7b2d
parent35b97d0503d2531ae4b3da93e176d394b87c2856
Add some grading test programs.
grading/threads/alarm-negative.c [new file with mode: 0644]
grading/threads/alarm-simple.c [new file with mode: 0644]
grading/threads/alarm-zero.c [new file with mode: 0644]
grading/threads/join-dummy.c [new file with mode: 0644]
grading/threads/join-invalid.c [new file with mode: 0644]
grading/threads/join-multiple.c [new file with mode: 0644]
grading/threads/join-nested.c [new file with mode: 0644]
grading/threads/join-no.c [new file with mode: 0644]
grading/threads/join-quick.c [new file with mode: 0644]
grading/threads/join-simple.c [new file with mode: 0644]