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
620ae779
Commit
620ae779
authored
Jan 08, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: rename debug programs back to old names
parent
bf4311cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+7
-7
run_inotify.cxx
test/run_inotify.cxx
+0
-0
test_queue_priority.cxx
test/test_queue_priority.cxx
+0
-0
No files found.
.gitignore
View file @
620ae779
...
...
@@ -71,3 +71,4 @@ test/dump_rva2
test/dump_text_file
test/test_byte_reverse
test/test_vorbis_encoder
test/DumpDatabase
Makefile.am
View file @
620ae779
...
...
@@ -999,7 +999,7 @@ if ENABLE_TEST
C_TESTS
=
\
test
/test_byte_reverse
\
test
/test_pcm
\
test
/
TestQueueP
riority
test
/
test_queue_p
riority
TESTS
=
$(C_TESTS)
...
...
@@ -1311,12 +1311,12 @@ TESTS += test/test_archive_iso9660.sh
endif
if
ENABLE_INOTIFY
noinst_PROGRAMS
+=
test
/
RunI
notify
test_
RunInotify_SOURCES
=
test
/RunInotify.c
\
noinst_PROGRAMS
+=
test
/
run_i
notify
test_
run_inotify_SOURCES
=
test
/run_inotify.cxx
\
src/fd_util.c
\
src/fifo_buffer.c
\
src/InotifySource.cxx
test_
RunI
notify_LDADD
=
$(GLIB_LIBS)
test_
run_i
notify_LDADD
=
$(GLIB_LIBS)
endif
test_test_byte_reverse_SOURCES
=
\
...
...
@@ -1337,11 +1337,11 @@ test_test_pcm_LDADD = \
libutil.a
\
$(GLIB_LIBS)
test_
TestQueueP
riority_SOURCES
=
\
test_
test_queue_p
riority_SOURCES
=
\
src/Queue.cxx
\
src/fd_util.c
\
test
/
TestQueueP
riority.cxx
test_
TestQueueP
riority_LDADD
=
\
test
/
test_queue_p
riority.cxx
test_
test_queue_p
riority_LDADD
=
\
libutil.a
\
$(GLIB_LIBS)
...
...
test/
RunI
notify.cxx
→
test/
run_i
notify.cxx
View file @
620ae779
File moved
test/
TestQueueP
riority.cxx
→
test/
test_queue_p
riority.cxx
View file @
620ae779
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