1#!/bin/sh
2. ../testfuncs.sh
3
4set -e
5./test_feat > _test_feat.out
6compare_table feat _test_feat.out $tests/unit/test_feat/_test_feat.res
7rm -f _test_feat.out
8