make/tests/scripts/options/dash-d
Dmitry Goncharov 4488592dda * src/main.c (decode_debug_flags): [SV 607777] Preserve -d options
* tests/scripts/options/dash-d: Test that -d --trace keeps -d.
2021-09-06 20:36:15 -04:00

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;