16 lines
442 B
Makefile
16 lines
442 B
Makefile
check_PROGRAMS = test_feat test_feat_live test_feat_fe test_subvq
|
|
noinst_HEADERS = test_macros.h
|
|
|
|
AM_CFLAGS =\
|
|
-I$(top_srcdir)/include/sphinxbase \
|
|
-I$(top_srcdir)/include \
|
|
-I$(top_builddir)/include \
|
|
-DTESTDATADIR=\"$(top_srcdir)/test/regression\"
|
|
|
|
|
|
LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la
|
|
|
|
TESTS = _test_feat.test test_feat_live test_feat_fe test_subvq
|
|
EXTRA_DIST = _test_feat.res _test_feat.test
|
|
CLEANFILES = *.out
|