Files
pocketsphinx/test/unit/test_hash/_hash_delete2.test

8 lines
230 B
Bash
Executable File

#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
set -e
"${CMAKE_BINARY_DIR}/deletehash" -subvq > _hash_delete2.out 2>&1
compare_table delete2 _hash_delete2.out $tests/unit/test_hash/_hash_delete2.res
rm -f _hash_delete2.out