split off some tests to new test_flac.sh script
diff --git a/test/Makefile.am b/test/Makefile.am
index 987f930..4d7182c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,6 +39,7 @@
 	./test_libFLAC.sh \
 	./test_libFLAC++.sh \
 	$(OGG_TESTS) \
+	./test_flac.sh \
 	./test_metaflac.sh \
 	./test_grabbag.sh \
 	./test_streams.sh \
@@ -51,6 +52,7 @@
 	test_libFLAC++.sh \
 	test_libOggFLAC.sh \
 	test_libOggFLAC++.sh \
+	test_flac.sh \
 	test_metaflac.sh \
 	test_grabbag.sh \
 	test_streams.sh \