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

@@ -21,15 +21,19 @@
PROGRAM_NAME = test_unit
INCLUDES = -I../libFLAC/include -I../../include
LIBS = -lFLAC -lm
LIBS = -lFLAC -lm -lefence
OBJS = \
bitbuffer.o \
decoders.o \
file_decoder.o \
file_utils.o \
main.o \
metadata.o \
metadata_manip.o \
metadata_object.o \
metadata_utils.o
metadata_utils.o \
stream_decoder.o \
seekable_stream_decoder.o
include ../../build/exe.mk