Add file system persistence tests:
[pintos-anon] / src / tests / threads / priority-fifo.ck
index a5322ec7579f7dd33d4a48786d716297b2f9edd0..11f1dd3e31b305be45b61643a42a0d742abd688a 100644 (file)
@@ -29,7 +29,7 @@ use tests::tests;
 our ($test);
 my (@output) = read_text_file ("$test.output");
 
-common_checks (@output);
+common_checks ("run", @output);
 
 my ($thread_cnt) = 16;
 my ($iter_cnt) = 16;