forked from openbsd/ports
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This may require a separate test-only manifest and careful distfiles tracking. This fragment will probably be useful.
modified devel/cabal/cabal.port.mk
@@ -125,3 +125,12 @@ do-build:
do-install:
@${MODCABAL_INSTALL_TARGET}
.endif
+
+MODCABAL_TEST_TARGET = \
+ cd ${WRKBUILD} \
+ && ${MODCABAL_CABAL} v2-test --offline --disable-benchmarks
+
+.if !target(do-test)
+do-test:
+ ${MODCABAL_TEST_TARGET}
+.endif
Metadata
Metadata
Assignees
Labels
No labels