aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-05 02:39:32 +0100
committerMax Kellermann <max@duempel.org>2013-01-05 02:39:32 +0100
commit73f6fc428a2d9b58564f0dabdbc59080a731ed5c (patch)
tree1cb5d2fa5ac9a40a0d0908d3315a091dcb938dc0
parent44d260f9116788a6a63242aabdd1434ab22edff0 (diff)
test: revert debug program renames
-rw-r--r--Makefile.am18
-rw-r--r--test/dump_playlist.cxx (renamed from test/DumpPlaylist.cxx)0
-rw-r--r--test/run_input.cxx (renamed from test/RunInput.cxx)0
3 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 47e66561..ebb7fdf2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1009,9 +1009,9 @@ noinst_PROGRAMS = \
test/read_conf \
test/run_resolver \
test/DumpDatabase \
- test/RunInput \
+ test/run_input \
test/dump_text_file \
- test/DumpPlaylist \
+ test/dump_playlist \
test/run_decoder \
test/read_tags \
test/run_filter \
@@ -1056,11 +1056,11 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/TextFile.cxx \
src/conf.c src/tokenizer.c src/utils.c src/string_util.c
-test_RunInput_LDADD = \
+test_run_input_LDADD = \
$(INPUT_LIBS) \
$(ARCHIVE_LIBS) \
$(GLIB_LIBS)
-test_RunInput_SOURCES = test/RunInput.c \
+test_run_input_SOURCES = test/run_input.c \
test/stdbin.h \
src/io_thread.c src/io_thread.h \
src/conf.c src/tokenizer.c src/utils.c src/string_util.c\
@@ -1079,7 +1079,7 @@ test_dump_text_file_SOURCES = test/dump_text_file.c \
src/text_input_stream.c src/fifo_buffer.c \
src/fd_util.c
-test_DumpPlaylist_LDADD = \
+test_dump_playlist_LDADD = \
$(PLAYLIST_LIBS) \
$(FLAC_LIBS) \
$(INPUT_LIBS) \
@@ -1088,7 +1088,7 @@ test_DumpPlaylist_LDADD = \
$(TAG_LIBS) \
libutil.a \
$(GLIB_LIBS)
-test_DumpPlaylist_SOURCES = test/DumpPlaylist.cxx \
+test_dump_playlist_SOURCES = test/dump_playlist.cxx \
$(DECODER_SRC) \
src/io_thread.c src/io_thread.h \
src/conf.c src/tokenizer.c src/utils.c src/string_util.c\
@@ -1101,7 +1101,7 @@ test_DumpPlaylist_SOURCES = test/DumpPlaylist.cxx \
src/fd_util.c
if HAVE_FLAC
-test_DumpPlaylist_SOURCES += \
+test_dump_playlist_SOURCES += \
src/ReplayGainInfo.cxx \
src/decoder/FLACMetaData.cxx
endif
@@ -1176,11 +1176,11 @@ test_run_filter_SOURCES = test/run_filter.c \
if ENABLE_DESPOTIFY
test_read_tags_SOURCES += \
src/despotify_utils.c
-test_RunInput_SOURCES += \
+test_run_input_SOURCES += \
src/despotify_utils.c
test_dump_text_file_SOURCES += \
src/despotify_utils.c
-test_DumpPlaylist_SOURCES += \
+test_dump_playlist_SOURCES += \
src/despotify_utils.c
test_run_decoder_SOURCES += \
src/despotify_utils.c
diff --git a/test/DumpPlaylist.cxx b/test/dump_playlist.cxx
index 427052b6..427052b6 100644
--- a/test/DumpPlaylist.cxx
+++ b/test/dump_playlist.cxx
diff --git a/test/RunInput.cxx b/test/run_input.cxx
index 52b53db5..52b53db5 100644
--- a/test/RunInput.cxx
+++ b/test/run_input.cxx