Initial import to Tizen
[profile/ivi/sphinxbase.git] / test / unit / Makefile.am
1 if USE_LAPACK
2 maybe_lapack = test_matrix
3 endif
4
5 if USE_THREADS
6 maybe_threads = test_thread
7 endif
8
9 SUBDIRS=test_ad                                 \
10         test_alloc                              \
11         test_bitvec                             \
12         test_case                               \
13         test_string                             \
14         test_cmdln                              \
15         test_hash                               \
16         $(maybe_lapack)                         \
17         test_fe                                 \
18         test_feat                               \
19         test_logmath                            \
20         test_ngram                              \
21         test_fsg                                \
22         test_util                               \
23         $(maybe_threads)
24