summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-19 21:28:35 +0000
committerrillig <rillig@pkgsrc.org>2005-11-19 21:28:35 +0000
commit78dcd60481dfe67c74e9860a5969d3880fef1674 (patch)
tree3fb06272443ba665564cb1a886f66207b63d8815 /regress
parent4ef5f9827ccd1e0123475d1a8b03b19ec098c6cc (diff)
downloadpkgsrc-78dcd60481dfe67c74e9860a5969d3880fef1674.tar.gz
Added a regression test for the TOOLS framework.
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 07ba9430041..0ffbd2bdb08 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/08/06 20:33:56 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/19 21:28:35 rillig Exp $
#
COMMENT= Regression tests for pkgsrc infrastructure
@@ -12,5 +12,6 @@ SUBDIR+= make-quoting
SUBDIR+= pkg-options
SUBDIR+= pkgfail
SUBDIR+= print-plist
+SUBDIR+= tools
.include "../mk/bsd.pkg.subdir.mk"