3df573622479c431e52cd782fa0aeb51e794913e
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-extended / sphinxbase / files / remove_useless_dirvar.patch
1 diff --git a/test/regression/Makefile.am b/test/regression/Makefile.am
2 index d13d2a7..3bdb18a 100644
3 --- a/test/regression/Makefile.am
4 +++ b/test/regression/Makefile.am
5 @@ -33,9 +33,9 @@ CLEANFILES = test*.err test*.out              \
6  
7  # Disable sphinx_fe tests for now if fixed-point due to imprecision
8  if FIXED_POINT
9 -TESTS = $(srcdir)/test-cepview.sh $(srcdir)/test-sphinx_pitch.sh
10 +TESTS = test-cepview.sh test-sphinx_pitch.sh
11  else
12 -TESTS = $(srcdir)/test-*.sh
13 +TESTS = test-*.sh
14  endif
15  
16  EXTRA_DIST += $(TESTS)