Initial import to Tizen
[profile/ivi/sphinxbase.git] / test / unit / test_matrix / _test_invert.test
1 #!/bin/sh
2 . ../testfuncs.sh
3
4 set -e
5 ./test_invert | sed -e 's,-0\.0,0.0,g' > _test_invert.out
6 compare_table invert _test_invert.out $tests/unit/test_matrix/_test_invert.res
7 rm -f _test_invert.out