massive glob of checkins: improved tests, more tests, bugfixes
[platform/upstream/flac.git] / src / test_unit / Makefile.am
index 3a1217f..1243112 100644 (file)
@@ -1,4 +1,4 @@
-#  test_unit - Simple FLAC unit tester
+#  test_libFLAC - Unit tester for libFLAC
 #  Copyright (C) 2000,2001,2002  Josh Coalson
 #
 #  This program is free software; you can redistribute it and/or
 CFLAGS = @CFLAGS@
 INCLUDES = -I$(top_srcdir)/src/libFLAC/include
 
-noinst_PROGRAMS = test_unit
-test_unit_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
-test_unit_SOURCES = \
+noinst_PROGRAMS = test_libFLAC
+test_libFLAC = $(top_builddir)/src/libFLAC/libFLAC.la -lm
+test_libFLAC_SOURCES = \
        bitbuffer.c \
        decoders.c \
+       encoders.c \
        file_utils.c \
        main.c \
        metadata.c \
@@ -31,6 +32,7 @@ test_unit_SOURCES = \
        metadata_utils.c \
        bitbuffer.h \
        decoders.h \
+       encoders.h \
        file_utils.h \
        metadata.h \
        metadata_utils.h