summaryrefslogtreecommitdiff
path: root/regress/Makefile
blob: de57f179924d5e4f13f9942a97596adc5d1028c6 (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
28
29
30
# $NetBSD: Makefile,v 1.24 2019/07/17 18:34:16 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+=	gnu-configure-strict
SUBDIR+=	ignore-tools
SUBDIR+=	infra-unittests
SUBDIR+=	make-env-phases
SUBDIR+=	make-quoting
SUBDIR+=	pkg-options
SUBDIR+=	pkgfail
SUBDIR+=	print-plist
SUBDIR+=	print-plist-python
SUBDIR+=	show-all
SUBDIR+=	subst
SUBDIR+=	tools

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