mirror of
https://github.com/cmusphinx/pocketsphinx.git
synced 2026-06-16 12:24:32 +00:00
8 lines
250 B
Bash
Executable File
8 lines
250 B
Bash
Executable File
#!/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
|