math/py-ducc0: Add the test target

At least one test fails due to numpy version being too low.
This commit is contained in:
Yuri Victorovich
2021-10-18 09:11:37 -07:00
parent 460f534008
commit ccfa0d0a90

View File

@@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
@@ -31,4 +32,7 @@ USES+= compiler:c++17-lang
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ducc0*.so
do-test: install
@cd ${WRKSRC} && py.test
.include <bsd.port.mk>