git: 202e32fa054a - main - databases/caterva: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=202e32fa054a2a04b08320fbbd3b01901bff0702
commit 202e32fa054a2a04b08320fbbd3b01901bff0702
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 21:18:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 21:28:40 +0000
databases/caterva: Add make test
---
databases/caterva/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/caterva/Makefile b/databases/caterva/Makefile
index e39ed038aae4..af7e687fdd20 100644
--- a/databases/caterva/Makefile
+++ b/databases/caterva/Makefile
@@ -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>