blob: ec2e39ac9342a82f86431354972363a4f0d8555b (
plain)
1
2
3
4
5
6
7
8
9
|
# -*-perl-*-
$description = "Test make -d option.\n";
# sv 60777.
# Test that debug output is printed when both -d and --trace are specified.
run_make_test('all: ; :', '-d --trace', "/GNU Make/");
1;
|