Files
dhdfu 25bc850f7b Update these to use compare_table so that their results are actually reported (!)
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@6693 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-06-08 19:56:18 +00:00

7 lines
185 B
Bash
Executable File

#!/bin/sh
. ../testfuncs.sh
set -e
./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