More tests.
[pintos-anon] / grading / userprog / prep-disk
index 2a5a9f118db518708ab863e54e09947c85d91cdd..611fdcce55767142179d6a67dfc5fb728320e00d 100755 (executable)
@@ -40,9 +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-bad-ptr 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) = @_;