Add more tests.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 1 Nov 2004 06:28:03 +0000 (06:28 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 1 Nov 2004 06:28:03 +0000 (06:28 +0000)
commit53c6e81d1cff87ffccfca368adcca8b092f2a0d1
tree9b55b1c3a51817eac3343a15bed35c275999ca5f
parentab65396546f21401105c34f5700cda0dae304e8d
Add more tests.
19 files changed:
grading/userprog/Makefile
grading/userprog/prep-disk
grading/userprog/read-boundary.c
grading/userprog/read-normal.c
grading/userprog/run-tests
grading/userprog/sample.inc [new file with mode: 0644]
grading/userprog/write-bad-fd.c [new file with mode: 0644]
grading/userprog/write-bad-fd.exp [new file with mode: 0644]
grading/userprog/write-bad-ptr.c [new file with mode: 0644]
grading/userprog/write-bad-ptr.exp [new file with mode: 0644]
grading/userprog/write-boundary.c [new file with mode: 0644]
grading/userprog/write-boundary.exp [new file with mode: 0644]
grading/userprog/write-normal.c [new file with mode: 0644]
grading/userprog/write-normal.exp [new file with mode: 0644]
grading/userprog/write-stdin.c [new file with mode: 0644]
grading/userprog/write-stdin.exp [new file with mode: 0644]
grading/userprog/write-zero.c [new file with mode: 0644]
grading/userprog/write-zero.exp [new file with mode: 0644]
src/Makefile.userprog