mirror of
https://github.com/cmusphinx/pocketsphinx.git
synced 2026-06-16 12:24:32 +00:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
|
|
|
|
set -e
|
|
./test_solve > _test_solve.out
|
|
compare_table solve _test_solve.out $tests/unit/test_matrix/_test_solve.res
|
|
rm -f _test_solve.out
|