1check_PROGRAMS = test_feat test_feat_live test_feat_fe test_subvq
2noinst_HEADERS = test_macros.h
3
4INCLUDES = \
5	-I$(top_srcdir)/include/sphinxbase \
6	-I$(top_srcdir)/include \
7	-I$(top_builddir)/include \
8	-DTESTDATADIR=\"$(top_srcdir)/test/regression\"
9
10
11LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la
12
13TESTS = _test_feat.test test_feat_live test_feat_fe test_subvq
14EXTRA_DIST = _test_feat.res _test_feat.test
15CLEANFILES = *.out
16