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