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