meta-ros/recipes-extended/cmusphinx/sphinxbase/0001-TESTS-srcdir-remove.patch

17 lines
509 B
Diff
Raw Normal View History

2014-04-20 04:41:39 +08:00
diff --git a/test/regression/Makefile.am b/test/regression/Makefile.am
index d13d2a7..3bdb18a 100644
--- a/test/regression/Makefile.am
+++ b/test/regression/Makefile.am
@@ -33,9 +33,9 @@ CLEANFILES = test*.err test*.out \
# Disable sphinx_fe tests for now if fixed-point due to imprecision
if FIXED_POINT
-TESTS = $(srcdir)/test-cepview.sh $(srcdir)/test-sphinx_pitch.sh
+TESTS = test-cepview.sh test-sphinx_pitch.sh
else
-TESTS = $(srcdir)/test-*.sh
+TESTS = test-*.sh
endif
EXTRA_DIST += $(TESTS)