Initial import to Tizen
[profile/ivi/sphinxbase.git] / test / regression / Makefile.am
1 EXTRA_DIST =                                    \
2         testfuncs_cygwin.sh                     \
3         chan3.cepview                           \
4         chan3-dither.cepview                    \
5         chan3.logspec                           \
6         chan3-logspec.cepview                   \
7         chan3-smoothspec.cepview                \
8         chan3.ctl                               \
9         chan3.mfc                               \
10         chan3.raw                               \
11         chan3.2chan.wav                         \
12         chan3.wav                               \
13         chan3.sph                               \
14         chan3.f0                                \
15         tutorial-check.sh                       \
16         crontab                                 \
17         polite.gram                             \
18         test.gram                               \
19         test.command.fsg                        \
20         test.kleene.fsg                         \
21         test.nestedRightRecursion.fsg           \
22         test.nulltest.fsg                       \
23         test.rightRecursion.fsg
24
25 CLEANFILES = test*.err test*.out                \
26         test-sphinx_fe.mfc                      \
27         test-sphinx_fe.cepview                  \
28         test-sphinx_pitch.f0                    \
29         chan3.sph.mfc                           \
30         chan3.2chan.wav.mfc                     \
31         chan3.wav.mfc                           \
32         chan3.raw.mfc
33
34 # Disable sphinx_fe tests for now if fixed-point due to imprecision
35 if FIXED_POINT
36 TESTS = $(srcdir)/test-cepview.sh $(srcdir)/test-sphinx_pitch.sh
37 else
38 TESTS = $(srcdir)/test-*.sh
39 endif
40
41 EXTRA_DIST += $(TESTS)