summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@NetBSD.org>2013-03-22 16:36:46 +0000
committersjg <sjg@NetBSD.org>2013-03-22 16:36:46 +0000
commit5b89f7731465fa2c4eaf99ddb704e4faee0d5d2a (patch)
tree233d55b9ecdb8103ce476076d57a21ca5b82fb08 /usr.bin/make/unit-tests/Makefile
parent985540b8ccf6fc7bb74d307a76dc113895348fc3 (diff)
Add unit-test for export-env and gmake export
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 d48a0625726..eede31e7557 100644
--- a/usr.bin/make/unit-tests/Makefile
+++ b/usr.bin/make/unit-tests/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2012/11/09 19:08:28 sjg Exp $
+# $NetBSD: Makefile,v 1.36 2013/03/22 16:36:46 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -24,6 +24,7 @@ SUBFILES= \
error \
export \
export-all \
+ export-env \
doterror \
dotwait \
forloop \