databases/caterva: Add make test

This commit is contained in:
Po-Chuan Hsieh 2021-11-02 05:18:35 +08:00
parent 8ad9338b22
commit 202e32fa05
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -27,4 +27,7 @@ USE_GITHUB= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/CMakeLists.txt
do-test:
cd ${TEST_WRKSRC} && ctest
.include <bsd.port.mk>