(root)/
make-4.4/
tests/
scripts/
options/
dash-d
#                                                                    -*-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;