13 lines
312 B
Makefile
13 lines
312 B
Makefile
|
check_PROGRAMS = test_fe test_pitch
|
||
|
|
||
|
TESTS = test_fe test_pitch
|
||
|
AM_CFLAGS =\
|
||
|
-I$(top_srcdir)/include/sphinxbase \
|
||
|
-I$(top_srcdir)/include \
|
||
|
-I$(top_builddir)/include \
|
||
|
-DTESTDATADIR=\"$(top_srcdir)/test/regression\"
|
||
|
|
||
|
noinst_HEADERS = test_macros.h
|
||
|
|
||
|
LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la
|