Commit 620ae779 authored by Max Kellermann's avatar Max Kellermann

test: rename debug programs back to old names

parent bf4311cd
...@@ -71,3 +71,4 @@ test/dump_rva2 ...@@ -71,3 +71,4 @@ test/dump_rva2
test/dump_text_file test/dump_text_file
test/test_byte_reverse test/test_byte_reverse
test/test_vorbis_encoder test/test_vorbis_encoder
test/DumpDatabase
...@@ -999,7 +999,7 @@ if ENABLE_TEST ...@@ -999,7 +999,7 @@ if ENABLE_TEST
C_TESTS = \ C_TESTS = \
test/test_byte_reverse \ test/test_byte_reverse \
test/test_pcm \ test/test_pcm \
test/TestQueuePriority test/test_queue_priority
TESTS = $(C_TESTS) TESTS = $(C_TESTS)
...@@ -1311,12 +1311,12 @@ TESTS += test/test_archive_iso9660.sh ...@@ -1311,12 +1311,12 @@ TESTS += test/test_archive_iso9660.sh
endif endif
if ENABLE_INOTIFY if ENABLE_INOTIFY
noinst_PROGRAMS += test/RunInotify noinst_PROGRAMS += test/run_inotify
test_RunInotify_SOURCES = test/RunInotify.c \ test_run_inotify_SOURCES = test/run_inotify.cxx \
src/fd_util.c \ src/fd_util.c \
src/fifo_buffer.c \ src/fifo_buffer.c \
src/InotifySource.cxx src/InotifySource.cxx
test_RunInotify_LDADD = $(GLIB_LIBS) test_run_inotify_LDADD = $(GLIB_LIBS)
endif endif
test_test_byte_reverse_SOURCES = \ test_test_byte_reverse_SOURCES = \
...@@ -1337,11 +1337,11 @@ test_test_pcm_LDADD = \ ...@@ -1337,11 +1337,11 @@ test_test_pcm_LDADD = \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_TestQueuePriority_SOURCES = \ test_test_queue_priority_SOURCES = \
src/Queue.cxx \ src/Queue.cxx \
src/fd_util.c \ src/fd_util.c \
test/TestQueuePriority.cxx test/test_queue_priority.cxx
test_TestQueuePriority_LDADD = \ test_test_queue_priority_LDADD = \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment