43dd935ff8
Tests are found in pkgsrc/regress, tests are run by executing pkg_regress. Based on an idea discussed at pkgsrcCon 2004. Thanks to dillo@ for review and refinements, and to jlam@ for review.
44 lines
1,004 B
Makefile
44 lines
1,004 B
Makefile
# $NetBSD: Makefile,v 1.61 2004/08/28 00:26:57 gavan Exp $
|
|
#
|
|
|
|
COMMENT= Tools for use in the packages collection
|
|
|
|
SUBDIR+= autoswc
|
|
SUBDIR+= binpatch
|
|
SUBDIR+= cdpack
|
|
SUBDIR+= createbuildlink
|
|
SUBDIR+= dfdisk
|
|
SUBDIR+= digest
|
|
SUBDIR+= distfetch
|
|
SUBDIR+= gensolpkg
|
|
#SUBDIR+= libkver # Only under instruction of user
|
|
#SUBDIR+= libnbcompat # Only for non-NetBSD systems
|
|
#SUBDIR+= mtree # Only for non-NetBSD systems
|
|
SUBDIR+= pkg_chk
|
|
SUBDIR+= pkg_comp
|
|
SUBDIR+= pkg_filecheck
|
|
#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk
|
|
SUBDIR+= pkg_install-info
|
|
SUBDIR+= pkg_regress
|
|
SUBDIR+= pkg_tarup
|
|
SUBDIR+= pkgclean
|
|
SUBDIR+= pkgconflict
|
|
SUBDIR+= pkgdep
|
|
SUBDIR+= pkgdepgraph
|
|
SUBDIR+= pkgdiff
|
|
SUBDIR+= pkgfind
|
|
SUBDIR+= pkglint
|
|
SUBDIR+= pkgmanpages
|
|
SUBDIR+= pkgse
|
|
SUBDIR+= pkgsurvey
|
|
SUBDIR+= port2pkg
|
|
SUBDIR+= rc.subr
|
|
SUBDIR+= rcorder
|
|
SUBDIR+= rdigest
|
|
SUBDIR+= rpm2pkg
|
|
SUBDIR+= shlock
|
|
SUBDIR+= url2pkg
|
|
SUBDIR+= x11-links
|
|
#SUBDIR+= xpkgwedge # Only under instruction of user
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|