mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-13 17:36:52 +00:00
4488592dda
* tests/scripts/options/dash-d: Test that -d --trace keeps -d.
9 lines
270 B
Perl
9 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;
|