diff options
Diffstat (limited to 'unit-tests/opt-debug-graph3.mk')
-rw-r--r-- | unit-tests/opt-debug-graph3.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-graph3.mk b/unit-tests/opt-debug-graph3.mk new file mode 100644 index 000000000000..28166313d833 --- /dev/null +++ b/unit-tests/opt-debug-graph3.mk @@ -0,0 +1,9 @@ +# $NetBSD: opt-debug-graph3.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -dg3 command line option, which prints the input +# graph before exiting on error. + +# TODO: Implementation + +all: + @:; |