xref: /netbsd-src/usr.bin/make/unit-tests/opt-debug-all.mk (revision 9fd8799cb5ceb66c69f2eb1a6d26a1d587ba1f1e)
1# $NetBSD: opt-debug-all.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
2#
3# Tests for the -dA command line option, which enables all debug options
4# except for -dL (lint), since that option is not related to debug logging
5# but to static analysis.
6
7# TODO: Implementation
8
9all:
10	@:;
11