pkgsrc/regress/Makefile
gavan 669081be1d New test to verify that the USE_GNU_TOOLS mechanism works while building
a different GNU tool.

For now, this test fails if flex or bison are already installed. This is
suboptimal, but the alternatives (choosing a different PKG_DBDIR and
LOCALBASE) are difficult to implement at the individual test level.
2005-02-12 14:45:53 +00:00

12 lines
290 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/02/12 14:45:53 gavan Exp $
COMMENT= Regression tests for pkgsrc infrastructure
SUBDIR+= buildlink-libtool
SUBDIR+= buildlink-transform
SUBDIR+= buildlink-unwrap
SUBDIR+= ignore-tools
SUBDIR+= pkgfail
SUBDIR+= print-plist
.include "../mk/bsd.pkg.subdir.mk"