blob: 3648d1160581137c59c50ae0b7b4a917bef1cd37 (
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
31
|
# $NetBSD: Makefile,v 1.25 2019/09/19 23:53:36 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-perms
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"
|