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

8 lines
157 B
Bash
Executable File

#!/bin/sh
. ../testfuncs.sh
set -e
./test_feat > _test_feat.out
compare_table feat _test_feat.out $tests/unit/test_feat/_test_feat.res
rm -f _test_feat.out