Skip to content

Commit

Permalink
biology/seqan3: Add the 'test' target (currently broken due to lackin…
Browse files Browse the repository at this point in the history
…g clang support)
  • Loading branch information
yurivict committed Aug 13, 2021
1 parent f144df1 commit cea0bdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions biology/seqan3/Makefile
Expand Up @@ -20,9 +20,17 @@ USE_GITHUB= yes
GH_ACCOUNT= seqan
GH_TUPLE= xxsds:sdsl-lite:9a0d567:sdsl_lite/submodules/sdsl-lite

TEST_WRKSRC= ${WRKSRC}/.test

NO_ARCH= yes

post-install:
@${RM} -r ${STAGEDIR}${DOCSDIR}

do-test: # fail: https://github.com/seqan/seqan3/issues/2643
@${MKDIR} ${TEST_WRKSRC} && cd ${TEST_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${WRKSRC}/test/unit && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
ctest

.include <bsd.port.mk>

0 comments on commit cea0bdf

Please sign in to comment.