From: Lukáš Lalinský Date: Tue, 28 Jul 2009 19:08:40 +0000 (+0000) Subject: Add missing tests to Makefile.am X-Git-Tag: v1.6rc1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93272b41812eb8c7f50a9799f858e6cfd77a1c52;p=taglib Add missing tests to Makefile.am git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1003760 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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