Skip to content

Commit

Permalink
mail/mailio: Add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 28, 2024
1 parent 70bfd3f commit 954a7e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mail/mailio/Makefile
Expand Up @@ -19,6 +19,11 @@ USE_GITHUB= yes
GH_ACCOUNT= karastojko

CMAKE_OFF= MAILIO_BUILD_TESTS MAILIO_BUILD_EXAMPLES MAILIO_BUILD_DOCUMENTATION
CMAKE_TESTING_ON= MAILIO_BUILD_TESTS # tests fail to link, see https://github.com/karastojko/mailio/issues/159
CMAKE_ON= MAILIO_DYN_LINK_TESTS # workaround for https://github.com/karastojko/mailio/issues/159
CMAKE_TESTING_ON= MAILIO_BUILD_TESTS # tests fail, see https://github.com/karastojko/mailio/issues/160
CMAKE_TESTING_TARGET= all

post-test:
@cd ${WRKSRC}/test && ${BUILD_WRKSRC}/test/test_message

.include <bsd.port.mk>

0 comments on commit 954a7e8

Please sign in to comment.