summaryrefslogtreecommitdiff
path: root/regress/Makefile
blob: 9f97c2bde9f0851e265fbd2f20afed7cd0b40424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.21 2018/11/10 10:40:55 rillig Exp $
#
# See https://www.netbsd.org/docs/pkgsrc/regression.html for more
# information about these tests.
#

COMMENT=	Regression tests for pkgsrc infrastructure

SUBDIR+=	barrier
SUBDIR+=	bootstrap-install-sh
SUBDIR+=	buildlink-libtool
SUBDIR+=	buildlink-transform
SUBDIR+=	buildlink-unwrap
SUBDIR+=	check-portability
SUBDIR+=	compiler
SUBDIR+=	env-vars
SUBDIR+=	ignore-tools
SUBDIR+=	make-env-phases
SUBDIR+=	make-quoting
SUBDIR+=	pkg-options
SUBDIR+=	pkgfail
SUBDIR+=	print-plist
SUBDIR+=	show-all
SUBDIR+=	subst
SUBDIR+=	tools

.include "../mk/misc/category.mk"