From 93272b41812eb8c7f50a9799f858e6cfd77a1c52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 28 Jul 2009 19:08:40 +0000 Subject: [PATCH] Add missing tests to Makefile.am git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1003760 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- tests/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 65191808..2e5197ca 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,6 +5,9 @@ INCLUDES = \ -I$(top_srcdir)/taglib/mpeg \ -I$(top_srcdir)/taglib/mpeg/id3v1 \ -I$(top_srcdir)/taglib/mpeg/id3v2 \ + -I$(top_srcdir)/taglib/ogg \ + -I$(top_srcdir)/taglib/riff \ + -I$(top_srcdir)/taglib/riff/aiff \ -I$(top_srcdir)/taglib/mpeg/id3v2/frames test_runner_SOURCES = \ @@ -18,7 +21,10 @@ test_runner_SOURCES = \ test_string.cpp \ test_fileref.cpp \ test_id3v1.cpp \ - test_id3v2.cpp + test_id3v2.cpp \ + test_xiphcomment.cpp \ + test_riff.cpp \ + test_aiff.cpp if build_tests TESTS = test_runner -- 2.50.1