add tests for libOggFLAC and libOggFLAC++
diff --git a/test/Makefile.am b/test/Makefile.am
index abe037f..7d6d4af 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -15,11 +15,20 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-TESTS = ./test_libFLAC.sh ./test_libFLAC++.sh ./test_metaflac.sh ./test_streams.sh ./test_bins.sh
+TESTS = \
+	./test_libFLAC.sh \
+	./test_libFLAC++.sh \
+	./test_libOggFLAC.sh \
+	./test_libOggFLAC++.sh \
+	./test_metaflac.sh \
+	./test_streams.sh \
+	./test_bins.sh
 
 EXTRA_DIST = \
 	test_libFLAC.sh \
 	test_libFLAC++.sh \
+	test_libOggFLAC.sh \
+	test_libOggFLAC++.sh \
 	test_metaflac.sh \
 	test_streams.sh \
 	test_bins.sh