More tests.
[pintos-anon] / grading / userprog / prep-disk
index c775a4e7ae14b53901613a8b710ec9f1f7037597..611fdcce55767142179d6a67dfc5fb728320e00d 100755 (executable)
@@ -40,7 +40,11 @@ put_file ("sample.txt")
             qw (open-normal open-boundary open-twice
                 close-normal close-twice
                 read-normal read-bad-ptr read-boundary read-zero
-                write-normal write-boundary write-zero));               
+                write-normal write-bad-ptr write-boundary write-zero
+                multi-child-fd));
+put_file ("child-simple") if $test eq 'exec-once' or $test eq 'exec-multiple';
+put_file ("child-arg") if $test eq 'exec-arg';
+put_file ("child-close") if $test eq 'multi-child-fd';
 
 sub put_file {
     my ($fn) = @_;