diff options
| author | rillig <rillig@NetBSD.org> | 2020-09-05 06:20:50 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-09-05 06:20:50 +0000 |
| commit | 0283a210962eda078ec6c7c914b75628f420272d (patch) | |
| tree | 5ea2438d33434c56bdeb36b337c261a521988815 /usr.bin/make/unit-tests/opt-debug-errors.mk | |
| parent | 2ba5b8d6b55627539c9b7ad491ba0f594d92c24e (diff) | |
make(1): add tests for each debug option
Diffstat (limited to 'usr.bin/make/unit-tests/opt-debug-errors.mk')
| -rw-r--r-- | usr.bin/make/unit-tests/opt-debug-errors.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/make/unit-tests/opt-debug-errors.mk b/usr.bin/make/unit-tests/opt-debug-errors.mk new file mode 100644 index 00000000000..6e5cb88bec3 --- /dev/null +++ b/usr.bin/make/unit-tests/opt-debug-errors.mk @@ -0,0 +1,9 @@ +# $NetBSD: opt-debug-errors.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -de command line option, which adds debug logging for +# failed commands and targets. + +# TODO: Implementation + +all: + @:; |
