mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-13 01:07:36 +00:00
10 lines
270 B
Text
10 lines
270 B
Text
|
# -*-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;
|