test: added normalize test program

This commit is contained in:
Max Kellermann
2009-12-02 21:56:02 +01:00
parent 4076523198
commit 68c2cfbb40
3 changed files with 89 additions and 0 deletions

View File

@@ -742,6 +742,7 @@ noinst_PROGRAMS = \
test/run_output \
test/read_mixer \
test/run_convert \
test/run_normalize \
test/software_volume
test_read_conf_CPPFLAGS = $(AM_CPPFLAGS) \
@@ -867,6 +868,14 @@ test_software_volume_SOURCES = test/software_volume.c \
test_software_volume_LDADD = \
$(GLIB_LIBS)
test_run_normalize_SOURCES = test/run_normalize.c \
src/audio_check.c \
src/audio_parser.c \
src/AudioCompress/compress.c \
src/normalize.c
test_run_normalize_LDADD = \
$(GLIB_LIBS)
test_run_convert_SOURCES = test/run_convert.c \
src/audio_check.c \
src/audio_parser.c \