Initial import to Tizen
[profile/ivi/sphinxbase.git] / test / regression / test-cepview.sh
1 #!/bin/sh
2 . ./testfuncs.sh
3
4 echo "CEPVIEW TEST"
5 tmpout="test-cepview.out"
6
7 run_program sphinx_cepview/sphinx_cepview \
8 -i 13 \
9 -d 13 \
10 -f $tests/regression/chan3.mfc \
11 > $tmpout 2>test-cepview.err
12 if diff -w $tmpout $tests/regression/chan3.cepview > /dev/null 2>&1; then
13 pass "CEPVIEW test"; else
14 fail "CEPVIEW test"; fi