diff options
Diffstat (limited to 'unit-tests/opt-debug-g1.mk')
-rwxr-xr-x | unit-tests/opt-debug-g1.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-g1.mk b/unit-tests/opt-debug-g1.mk new file mode 100755 index 000000000000..3104fbf91bc1 --- /dev/null +++ b/unit-tests/opt-debug-g1.mk @@ -0,0 +1,19 @@ +# $NetBSD: opt-debug-g1.mk,v 1.1 2020/08/27 19:00:17 rillig Exp $ +# +# Tests for the -dg1 command line option, which prints the input +# graph before making anything. + +all: made-target made-target-no-sources + +made-target: made-source + +made-source: + +made-target-no-sources: + +unmade-target: unmade-sources + +unmade-target-no-sources: + +all: + @:; |