&sectionHeader('Basic Execution (2 points)');
@SOURCE = ();
@LINK = ();
$subtotal = &runTest('001', 'Check First Line');
$subtotal += &runTest('002', 'Do not Crash');
$total += floor($subtotal);
&sectionResults('Basic Execution (2 points)', $subtotal);

