pocketsphinx-20.04-t4 / test /unit /test_alloc /test_ckd_alloc_abort.sh
camenduru's picture
pocketsphinx-20.04-t4
72aed27
#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
ulimit -c 0
if ./test_ckd_alloc_abort; then
fail expected_failure
else
pass expected_failure
fi