build-sys: fix for building with automake 1.14.1. 20/31220/1
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 2 Dec 2014 15:52:12 +0000 (17:52 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 2 Dec 2014 16:02:40 +0000 (18:02 +0200)
Change-Id: I2e7d93362ef7db7e6839044fb3f741640344c1be

test/regression/Makefile.am

index d13d2a7..3bdb18a 100644 (file)
@@ -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)