Files
nshmyrev 3a0fe574dc Fixes tests in sphinxbase
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12884 94700074-3cef-4d97-a70e-9c8c206c02f5
2015-03-22 17:32:14 +00:00

19 lines
355 B
Makefile

check_PROGRAMS = \
test_thread \
test_event \
test_msgq
TESTS = $(check_PROGRAMS)
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
noinst_HEADERS = test_macros.h
CLEANFILES = *.log