mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Add missing tests to Makefile.am
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1003760 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
d10c9e9166
commit
93272b4181
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user