test: merge duplicate code to FakeDecoderAPI.cxx

This commit is contained in:
Max Kellermann
2013-12-14 12:23:31 +01:00
parent c7b1038a9d
commit e2e5433beb
4 changed files with 113 additions and 157 deletions

View File

@@ -1240,6 +1240,7 @@ test_dump_playlist_LDADD = \
libpcm.a \
$(GLIB_LIBS)
test_dump_playlist_SOURCES = test/dump_playlist.cxx \
test/FakeDecoderAPI.cxx \
$(DECODER_SRC) \
src/Log.cxx \
src/IOThread.cxx \
@@ -1293,6 +1294,7 @@ test_read_tags_LDADD = \
libutil.a \
$(GLIB_LIBS)
test_read_tags_SOURCES = test/read_tags.cxx \
test/FakeDecoderAPI.cxx \
src/Log.cxx \
src/IOThread.cxx \
src/ReplayGainInfo.cxx \