multimedia/librist: Enable mbedtls for tests
This commit is contained in:
parent
c55e97c0f3
commit
15027cddc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue