Files
nshmyrev 32b95d940a Replace INCLUDES with AM_CFLAGS
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12624 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-27 20:14:16 +00:00

16 lines
540 B
Makefile

check_PROGRAMS = test_ckd_alloc test_ckd_alloc_catch test_ckd_alloc_fail test_ckd_alloc_abort \
test_listelem_alloc
TESTS = test_ckd_alloc test_ckd_alloc_catch test_ckd_alloc_fail.sh test_ckd_alloc_abort.sh \
test_listelem_alloc
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
EXTRA_DIST = test_ckd_alloc_fail.sh test_ckd_alloc_abort.sh
LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la