aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/opt-keep-going.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/opt-keep-going.mk')
-rw-r--r--unit-tests/opt-keep-going.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/unit-tests/opt-keep-going.mk b/unit-tests/opt-keep-going.mk
index ec4adfa00e62..72f605246712 100644
--- a/unit-tests/opt-keep-going.mk
+++ b/unit-tests/opt-keep-going.mk
@@ -1,10 +1,11 @@
-# $NetBSD: opt-keep-going.mk,v 1.4 2020/10/18 18:12:42 rillig Exp $
+# $NetBSD: opt-keep-going.mk,v 1.5 2020/11/09 20:50:56 rillig Exp $
#
# Tests for the -k command line option, which stops building a target as soon
# as an error is detected, but continues building the other, independent
# targets, as far as possible.
.MAKEFLAGS: -d0 # switch stdout to being line-buffered
+.MAKEFLAGS: -k
all: dependency other