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