diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-29 16:12:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-29 16:12:14 +0000 |
commit | a81cab3fe2529518feaf5533e84022149f8b3490 (patch) | |
tree | bd5ddfd378d91965092b1e6ac42373b94a893c57 /devel/simde/Makefile | |
parent | 47fb25430f4f3dd2ce1d5343c8d36563e864c7aa (diff) | |
download | ports-a81cab3fe2529518feaf5533e84022149f8b3490.tar.gz ports-a81cab3fe2529518feaf5533e84022149f8b3490.zip |
Notes
Diffstat (limited to 'devel/simde/Makefile')
-rw-r--r-- | devel/simde/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/simde/Makefile b/devel/simde/Makefile index 9602ea93a14e..07d38cde3c94 100644 --- a/devel/simde/Makefile +++ b/devel/simde/Makefile @@ -19,4 +19,11 @@ GH_TUPLE= nemequ:munit:fbbdf1467eb0d04a6ee465def2e529e4c87f2118:nemequ_munit/tes NO_BUILD= yes NO_ARCH= yes +do-test: + cd ${WRKSRC} + rm -rf _build + ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dbuild_tests=true + cd ${BUILD_WRKSRC} + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test + .include <bsd.port.mk> |