xref: /freebsd/contrib/bmake/unit-tests/opt-debug-x-trace.mk (revision 43a5ec4eb41567cc92586503212743d89686d78f)
1# $NetBSD: opt-debug-x-trace.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
2#
3# Tests for the -dx command line option, which runs shell commands with
4# the -x option, thereby printing the actual commands as they are
5# executed.
6
7# TODO: Implementation
8
9all:
10	@:;
11