29 lines
675 B
Makefile
29 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.23 2019/05/04 15:17:39 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+= show-all
|
|
SUBDIR+= subst
|
|
SUBDIR+= tools
|
|
|
|
.include "../mk/misc/category.mk"
|