2 $description = "Test the -q option.\n";
4 $details = "Try various uses of -q and ensure they all give the correct results.\n";
27 run_make_test(undef, '-q two', '');
31 run_make_test(undef, '-q three', '', 256);
35 run_make_test(undef, '-q four', '');
39 run_make_test(undef, '-q five', '');
43 run_make_test(undef, '-q six', '');
47 run_make_test(undef, '-q seven', '', 256);
49 # TEST 7 : Savannah bug # 7144