&sectionHeader('Tests');
$subtotal = 0;
@SOURCE = ();
@LINK = ();
$subtotal = &runTest('001', 'First Line');
$subtotal += &runTest('002', 'Do not crash');
$total += floor($subtotal);
&sectionResults('Tests', $subtotal);

