summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@NetBSD.org>2006-05-11 15:37:07 +0000
committersjg <sjg@NetBSD.org>2006-05-11 15:37:07 +0000
commit03cbcf6532e8656e0bc4bc53feaa8e593e42e14d (patch)
tree812dfe26961e12b6af2a6cff5809aa382332a8f9 /usr.bin/make/unit-tests/Makefile
parent6daaa2e383ede7eab11f4f90169c2e2e204b6b4d (diff)
Extract the variable modifier logic to a separate function.
This cuts Var_Parse in half! and allows the modifier logic to be used recursively - when getting modifiers via variables. Add new unit-test, to check that certain error cases are handled correctly.
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 ef05c8a7027..928892022c9 100644
--- a/usr.bin/make/unit-tests/Makefile
+++ b/usr.bin/make/unit-tests/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/02/26 22:45:46 apb Exp $
+# $NetBSD: Makefile,v 1.20 2006/05/11 15:37:07 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -22,6 +22,7 @@ SUBFILES= \
comment \
cond1 \
dotwait \
+ moderrs \
modmatch \
modmisc \
modorder \