Sign in
gnu
/
make
/
bba4427b5dfba7f9cdab8fa2cac1399fceda3058
/
.
/
tests
/
scripts
/
options
/
dash-d
blob: ec2e39ac9342a82f86431354972363a4f0d8555b [
file
]
# -*-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
;