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