Imported Upstream version 4.4
[platform/upstream/make.git] / tests / scripts / options / dash-d
1 #                                                                    -*-perl-*-
2
3 $description = "Test make -d option.\n";
4
5 # sv 60777.
6 # Test that debug output is printed when both -d and --trace are specified.
7 run_make_test('all: ; :', '-d --trace', "/GNU Make/");
8
9 1;