mirror of
https://github.com/mirror/make.git
synced 2025-01-09 20:00:28 +08:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
|
# -*-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;
|