enable regression tests on tinderboxes, and add a

workaround to fix builds using clang and newer gcc
This commit is contained in:
Brendan Fabeny 2011-08-19 18:46:45 +00:00
parent 2eeef0b019
commit 80e2755b7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280030

View file

@ -11,6 +11,7 @@ MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/
MAINTAINER= bf@FreeBSD.org
COMMENT= Portable, high-performance ANSI-C pseudorandom number generators
CFLAGS+= -fgnu89-inline
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
INFO= prng
@ -32,8 +33,8 @@ post-install:
.endfor
.endif
test: build
check regression-test test: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
.include <bsd.port.mk>