blob: 2b9d1029c7d9aa77b2c0d3ef317daf3fbc14fc8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: opt-debug-cond.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
#
# Tests for the -dc command line option, which adds debug logging for the
# evaluation of conditional expressions, such as in .if directives and
# ${cond:?then:else} expressions.
# TODO: Implementation
all:
@:;
|