summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-03-21 21:45:30 +0000
committerrillig <rillig@pkgsrc.org>2019-03-21 21:45:30 +0000
commit17d73acfb8a64e76f249122c1e1dc5b0ccaa910e (patch)
tree44ca9a182bac0c2da91b58a999c6614518a9a54d /regress/Makefile
parente2da7305f7327e1cc2cfae50c6c0b288126332e1 (diff)
downloadpkgsrc-17d73acfb8a64e76f249122c1e1dc5b0ccaa910e.tar.gz
regress/infra-unittests: add small framework for testing mk/ with mocks
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 9f97c2bde9f..4e2e1c708b5 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/11/10 10:40:55 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2019/03/21 21:45:30 rillig Exp $
#
# See https://www.netbsd.org/docs/pkgsrc/regression.html for more
# information about these tests.
@@ -15,6 +15,7 @@ SUBDIR+= check-portability
SUBDIR+= compiler
SUBDIR+= env-vars
SUBDIR+= ignore-tools
+SUBDIR+= infra-unittests
SUBDIR+= make-env-phases
SUBDIR+= make-quoting
SUBDIR+= pkg-options