Finish up filesys grading stuff.
[pintos-anon] / grading / filesys / lg-random.exp
diff --git a/grading/filesys/lg-random.exp b/grading/filesys/lg-random.exp
new file mode 100644 (file)
index 0000000..37adb48
--- /dev/null
@@ -0,0 +1,7 @@
+(sm-random) begin
+(sm-random) create "bazzle"
+(sm-random) open "bazzle"
+(sm-random) write "bazzle" in random order
+(sm-random) read "bazzle" in random order
+(sm-random) close "bazzle"
+(sm-random) end