Files
nshmyrev 9c78b64aed Fixes test compilation
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12495 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-06-01 14:16:31 +00:00

26 lines
371 B
Makefile

if USE_LAPACK
maybe_lapack = test_matrix
endif
if USE_THREADS
maybe_threads = test_thread
endif
SUBDIRS = \
test_alloc \
test_bitvec \
test_case \
test_string \
test_cmdln \
test_hash \
$(maybe_lapack) \
test_fe \
test_feat \
test_lineiter \
test_logmath \
test_ngram \
test_fsg \
test_util \
$(maybe_threads)