pocketsphinx / test /unit /test_hash /_hash_delete3.test
camenduru's picture
pocketsphinx
5610573
#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
set -e
"${CMAKE_BINARY_DIR}/deletehash" -svq4svq > _hash_delete3.out 2>&1
compare_table delete3 _hash_delete3.out $tests/unit/test_hash/_hash_delete3.res
rm -f _hash_delete3.out