pocketsphinx-20.04-a10 / test /unit /test_alloc /test_ckd_alloc_abort.sh
camenduru's picture
thanks to lambdalabs ❤
b36cc6a
#!/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