- Convert to new test framework
This commit is contained in:
parent
51fdbbbea7
commit
de17d1abc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398480
1 changed files with 1 additions and 3 deletions
|
@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
|
|||
INSTALL_TARGET= install-strip
|
||||
ONLY_FOR_ARCHS= amd64 armv6 i386
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
TEST_TARGET= check
|
||||
USE_CSTD= c99 # for audio/clementine-player support
|
||||
USE_LDCONFIG= yes
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
|
||||
|
@ -23,7 +24,4 @@ USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
|
|||
GH_ACCOUNT= google
|
||||
USE_GITHUB= yes
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue