multimedia/librist: Enable mbedtls for tests

This commit is contained in:
Yuri Victorovich 2021-04-20 12:28:11 -07:00
commit 15027cddc6

View file

@ -24,7 +24,7 @@ MESON_ARGS= -Dtest=false
do-test:
@cd ${WRKSRC} && \
${RM} -r _build && \
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true -Duse_mbedtls=false && \
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \
cd ${BUILD_WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test