aboutsummaryrefslogtreecommitdiff
path: root/audio/libsamplerate
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-24 09:02:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-24 09:02:59 +0000
commit0085f80439c285aab13ff4068ef03b93c45986f9 (patch)
tree6f7884dbc5ca56b142ab55adbf4eeb7b996ab062 /audio/libsamplerate
parent1d01aa7bb63a64338d3cde0aab91c89ee1f8bfb5 (diff)
downloadports-0085f80439c285aab13ff4068ef03b93c45986f9.tar.gz
ports-0085f80439c285aab13ff4068ef03b93c45986f9.zip
- Switch to new test framework
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=462779
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r--audio/libsamplerate/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile
index fc15c8a9062b..654d3b888fe1 100644
--- a/audio/libsamplerate/Makefile
+++ b/audio/libsamplerate/Makefile
@@ -17,6 +17,7 @@ USE_LDCONFIG= yes
CPE_VENDOR= ${CPE_PRODUCT}_project
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
OPTIONS_DEFINE= CPU_CLIP DOCS EXAMPLES
CPU_CLIP_DESC= Allow machine-dependent clipping
@@ -45,10 +46,4 @@ BUILD_DEPENDS += libsndfile>=0:audio/libsndfile
CONFIGURE_ARGS+= --disable-sndfile
.endif
-.if defined(MAINTAINER_MODE)
-check regression-test test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \
- check
-.endif
-
.include <bsd.port.mk>