pocketsphinx / test /unit /test_matrix /_test_determinant.test
camenduru's picture
pocketsphinx
5610573
#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
set -e
./test_determinant | sed -e 's,-0\.0,0.0,g' > _test_determinant.out
compare_table determinant _test_determinant.out $tests/unit/test_matrix/_test_determinant.res
rm -f _test_determinant.out