Also run jemallocator tests with unprefixed symbols

This commit is contained in:
Simon Sapin 2018-06-25 09:43:35 +02:00 committed by gnzlbg
parent de305db300
commit 6d0185c384
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ ${CARGO_CMD} build -vv --target $TARGET --features profiling
${CARGO_CMD} build -vv --target $TARGET --features debug ${CARGO_CMD} build -vv --target $TARGET --features debug
${CARGO_CMD} build -vv --target $TARGET --features 'debug profiling' ${CARGO_CMD} build -vv --target $TARGET --features 'debug profiling'
${CARGO_CMD} test -vv --target $TARGET ${CARGO_CMD} test -vv --target $TARGET
${CARGO_CMD} test -vv --target $TARGET --features unprefixed_malloc_on_supported_platforms
${CARGO_CMD} test -vv --target $TARGET --release ${CARGO_CMD} test -vv --target $TARGET --release
${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys ${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys
${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys --features unprefixed_malloc_on_supported_platforms ${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys --features unprefixed_malloc_on_supported_platforms