Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
73f6fc42
Commit
73f6fc42
authored
Jan 05, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: revert debug program renames
parent
44d260f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.am
Makefile.am
+9
-9
dump_playlist.cxx
test/dump_playlist.cxx
+0
-0
run_input.cxx
test/run_input.cxx
+0
-0
No files found.
Makefile.am
View file @
73f6fc42
...
...
@@ -1009,9 +1009,9 @@ noinst_PROGRAMS = \
test
/read_conf
\
test
/run_resolver
\
test
/DumpDatabase
\
test
/
RunI
nput
\
test
/
run_i
nput
\
test
/dump_text_file
\
test
/
DumpP
laylist
\
test
/
dump_p
laylist
\
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_
RunI
nput_LDADD
=
\
test_
run_i
nput_LDADD
=
\
$(INPUT_LIBS)
\
$(ARCHIVE_LIBS)
\
$(GLIB_LIBS)
test_
RunInput_SOURCES
=
test
/RunI
nput.c
\
test_
run_input_SOURCES
=
test
/run_i
nput.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_
DumpP
laylist_LDADD
=
\
test_
dump_p
laylist_LDADD
=
\
$(PLAYLIST_LIBS)
\
$(FLAC_LIBS)
\
$(INPUT_LIBS)
\
...
...
@@ -1088,7 +1088,7 @@ test_DumpPlaylist_LDADD = \
$(TAG_LIBS)
\
libutil.a
\
$(GLIB_LIBS)
test_
DumpPlaylist_SOURCES
=
test
/DumpP
laylist.cxx
\
test_
dump_playlist_SOURCES
=
test
/dump_p
laylist.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_
DumpP
laylist_SOURCES
+=
\
test_
dump_p
laylist_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_
RunI
nput_SOURCES
+=
\
test_
run_i
nput_SOURCES
+=
\
src/despotify_utils.c
test_dump_text_file_SOURCES
+=
\
src/despotify_utils.c
test_
DumpP
laylist_SOURCES
+=
\
test_
dump_p
laylist_SOURCES
+=
\
src/despotify_utils.c
test_run_decoder_SOURCES
+=
\
src/despotify_utils.c
...
...
test/
DumpP
laylist.cxx
→
test/
dump_p
laylist.cxx
View file @
73f6fc42
File moved
test/
RunI
nput.cxx
→
test/
run_i
nput.cxx
View file @
73f6fc42
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment