aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-debug-x-trace.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/opt-debug-x-trace.mk')
-rw-r--r--contrib/bmake/unit-tests/opt-debug-x-trace.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/opt-debug-x-trace.mk b/contrib/bmake/unit-tests/opt-debug-x-trace.mk
new file mode 100644
index 000000000000..0936ba506966
--- /dev/null
+++ b/contrib/bmake/unit-tests/opt-debug-x-trace.mk
@@ -0,0 +1,10 @@
+# $NetBSD: opt-debug-x-trace.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
+#
+# Tests for the -dx command line option, which runs shell commands with
+# the -x option, thereby printing the actual commands as they are
+# executed.
+
+# TODO: Implementation
+
+all:
+ @:;