diff options
Diffstat (limited to 'unit-tests/opt-debug-suff.mk')
-rw-r--r-- | unit-tests/opt-debug-suff.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-suff.mk b/unit-tests/opt-debug-suff.mk new file mode 100644 index 0000000000000..6ec466c90ca59 --- /dev/null +++ b/unit-tests/opt-debug-suff.mk @@ -0,0 +1,11 @@ +# $NetBSD: opt-debug-suff.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -ds command line option, which adds debug logging about +# suffix-transformation rules such as .c.o. + +# TODO: Implementation + +# TODO: What about %.o: %.c? + +all: + @:; |