--- a/test/regression/Makefile.am
+++ b/test/regression/Makefile.am
@@ -35,7 +35,17 @@ CLEANFILES = test*.err test*.out		\
 if FIXED_POINT
 TESTS = test-cepview.sh test-sphinx_pitch.sh
 else
-TESTS = test-*.sh
+TESTS = \
+	test-cepview.sh \
+	test-sphinx_fe-ctl.sh \
+	test-sphinx_fe-dct.sh \
+	test-sphinx_fe-dither-seed.sh \
+	test-sphinx_fe-logspec2cep.sh \
+	test-sphinx_fe-logspec.sh \
+	test-sphinx_fe.sh \
+	test-sphinx_fe-smoothspec.sh \
+	test-sphinx_jsgf2fsg.sh \
+	test-sphinx_pitch.sh
 endif
 
 EXTRA_DIST += $(TESTS)
