diff options
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b83a17026a9b..d23eeb19b1b8 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -23,4 +23,7 @@ USE_LDCONFIG= yes INFO= mpfr +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.mk> |