#!/usr/local/bin/perl5 -w
#!/usr/bin/perl

$test_cnt = 5;

for ($i = 1; $i <= $test_cnt; $i++) {
    system("./driver", $i);
}
