8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
|
#!/bin/sh
|
||
|
. ../testfuncs.sh
|
||
|
|
||
|
set -e
|
||
|
./test_feat > _test_feat.out
|
||
|
compare_table feat _test_feat.out $tests/unit/test_feat/_test_feat.res
|
||
|
rm -f _test_feat.out
|