xref: /freebsd/contrib/bmake/unit-tests/opt-debug-x-trace.mk (revision 6caae81d93e2a14fa42cb831506c3a60c25d9791)
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