add yet more tests

This commit is contained in:
Josh Coalson
2002-05-31 06:27:05 +00:00
parent adfaff398d
commit aa2a7ecfd9
10 changed files with 503 additions and 531 deletions

View File

@@ -22,11 +22,18 @@ noinst_PROGRAMS = test_unit
test_unit_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
test_unit_SOURCES = \
bitbuffer.c \
decoders.c \
file_decoder.c \
file_utils.c \
main.c \
metadata.c \
metadata_manip.c \
metadata_object.c \
metadata_utils.c \
seekable_stream_decoder.c \
stream_decoder.c \
bitbuffer.h \
metadata.h
decoders.h \
file_utils.h \
metadata.h \
metadata_utils.h