xref: /freebsd/contrib/bmake/unit-tests/opt-debug-no-rm.mk (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1# $NetBSD: opt-debug-no-rm.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
2#
3# Tests for the -dn command line option, which prevents the temporary
4# command scripts from being removed from the temporary directory.
5
6# TODO: Implementation
7
8# TODO: Does this apply to non-jobs mode?
9# TODO: Does this apply to jobs mode?
10# TODO: Are the generated filenames predictable?
11
12all:
13	@:;
14