File: _hash_delete1.test

package info (click to toggle)
pocketsphinx 5.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,236 kB
  • sloc: ansic: 54,519; python: 2,438; sh: 566; cpp: 410; perl: 342; yacc: 93; lex: 50; makefile: 30
file content (7 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh

set -e
"${CMAKE_BINARY_DIR}/deletehash" -lm > _hash_delete1.out 2>&1 
compare_table delete1 _hash_delete1.out $tests/unit/test_hash/_hash_delete1.res
rm -f _hash_delete1.out