Skip to content
Snippets Groups Projects
0001-TESTS-srcdir-remove.patch 509 B
Newer Older
Kristof Robot's avatar
Kristof Robot committed
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)