mirror of
https://github.com/cmusphinx/pocketsphinx.git
synced 2026-06-16 12:24:32 +00:00
8 lines
227 B
Bash
Executable File
8 lines
227 B
Bash
Executable File
#!/bin/bash
|
|
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
|
|
|
|
set -e
|
|
"${CMAKE_BINARY_DIR}/deletehash" -lm > _hash_delete1.out 2>&1
|
|
compare_table delete1 _hash_delete1.out $tests/unit/test_hash/_hash_delete1.res
|
|
rm -f _hash_delete1.out
|