added test case table
[pintos-anon] / sigcse2009 / assignments.tex
index 5fd3b8805e194ff198a89f8e490cd24206911108..dd4d48b841242056091e28c7d59ed0caeeab3e77 100644 (file)
@@ -1,6 +1,8 @@
 \section{Assignments}
 \label{sec:assignments}
 
+\pintostestcounttable{}
+
 %
 % Not sure if we need that.
 %
@@ -53,8 +55,9 @@ priority scheduler.  This scheduler adjusts threads' priority based on a samplin
 much CPU time a thread has received recently.
 
 \paragraph{Testing and Grading}
-Project 1 is accompanied by about $XX$ tests, which are run using the Bochs simulator by
-a grading script.  Most tests are designed to test a single aspect, but some tests 
+Project 1 is accompanied by 27 tests as shown in Table~\ref{table:tests}, which are 
+run using the Bochs simulator by a grading script.  
+Most tests are designed to test a single aspect, but some tests 
 test more involved scenarios.  Most of the tests are designed to produce a deterministic 
 output; the grading script will point out differences between the expected and the actual output. 
 Usually, a test failure leads students to study the documented source code of the test