31 lines
751 B
Makefile
31 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/12/12 04:35:21 wiz 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 # no Makefile
|
|
SUBDIR+= ignore-tools
|
|
#SUBDIR+= infra-unittests # no Makefile
|
|
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"
|