summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-12-23 11:05:58 +0000
committerrillig <rillig@NetBSD.org>2021-12-23 11:05:58 +0000
commit35c8a533c5792c061a9fe1e7a98730077c7739cc (patch)
tree40fbcc7468659ab2fc5dad76d50fcb441cf288a5 /usr.bin/make/unit-tests/Makefile
parent28ee27f81383f8c9a1610d293959d512120a48ac (diff)
tests/make: explain the current behavior of the option '--version'
Diffstat (limited to 'usr.bin/make/unit-tests/Makefile')
-rw-r--r--usr.bin/make/unit-tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile
index c8529b407c4..23549fe35a8 100644
--- a/usr.bin/make/unit-tests/Makefile
+++ b/usr.bin/make/unit-tests/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2021/12/14 00:02:57 rillig Exp $
+# $NetBSD: Makefile,v 1.291 2021/12/23 11:05:59 rillig Exp $
#
# Unit tests for make(1)
#
@@ -275,6 +275,7 @@ TESTS+= opt-touch-jobs
TESTS+= opt-tracefile
TESTS+= opt-var-expanded
TESTS+= opt-var-literal
+TESTS+= opt-version
TESTS+= opt-warnings-as-errors
TESTS+= opt-where-am-i
TESTS+= opt-x-reduce-exported