test/ReadApeTags: new debug program

This commit is contained in:
Max Kellermann
2015-10-16 14:28:57 +02:00
parent 438b7b7bd0
commit 54383b017e
3 changed files with 73 additions and 0 deletions
+8
View File
@@ -1583,6 +1583,7 @@ noinst_PROGRAMS = \
test/dump_playlist \
test/run_decoder \
test/read_tags \
test/ReadApeTags \
test/run_filter \
test/run_output \
test/run_convert \
@@ -1862,6 +1863,13 @@ test_read_tags_SOURCES = test/read_tags.cxx \
src/AudioFormat.cxx src/CheckAudioFormat.cxx \
$(DECODER_SRC)
test_ReadApeTags_LDADD = \
$(TAG_LIBS) \
$(FS_LIBS) \
$(ICU_LDADD) \
libutil.a
test_ReadApeTags_SOURCES = test/ReadApeTags.cxx
if ENABLE_ID3TAG
test_dump_rva2_LDADD = \
$(TAG_LIBS) \