mirror of
https://github.com/mirror/make.git
synced 2025-01-07 19:00:09 +08:00
4488592dda
* tests/scripts/options/dash-d: Test that -d --trace keeps -d.
10 lines
270 B
Perl
10 lines
270 B
Perl
# -*-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;
|