mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Fix: Corrected test dependencies
This commit is contained in:
parent
85fbac3f3a
commit
2dac34c23d
@ -20,6 +20,7 @@ base_source_ro = src/ro.o \
|
||||
src/libigloo.o \
|
||||
src/private.o \
|
||||
thread/libicethread.la \
|
||||
avl/libiceavl.la \
|
||||
net/libicenet.la \
|
||||
log/libicelog.la
|
||||
|
||||
@ -34,20 +35,17 @@ check_PROGRAMS += ctest_suite.test
|
||||
|
||||
ctest_refobject_test_SOURCES = %reldir%/ctest_refobject.c
|
||||
ctest_refobject_test_LDADD = libice_ctest.la \
|
||||
avl/libiceavl.la \
|
||||
$(base_source_ro)
|
||||
check_PROGRAMS += ctest_refobject.test
|
||||
|
||||
ctest_buffer_test_SOURCES = %reldir%/ctest_buffer.c
|
||||
ctest_buffer_test_LDADD = libice_ctest.la \
|
||||
avl/libiceavl.la \
|
||||
$(base_source_ro) \
|
||||
src/buffer.o
|
||||
check_PROGRAMS += ctest_buffer.test
|
||||
|
||||
ctest_list_test_SOURCES = %reldir%/ctest_list.c
|
||||
ctest_list_test_LDADD = libice_ctest.la \
|
||||
avl/libiceavl.la \
|
||||
$(base_source_ro) \
|
||||
src/objecthandler.o \
|
||||
src/filter.o \
|
||||
@ -57,14 +55,12 @@ check_PROGRAMS += ctest_list.test
|
||||
|
||||
ctest_reportxml_test_SOURCES = %reldir%/ctest_reportxml.c
|
||||
ctest_reportxml_test_LDADD = libice_ctest.la \
|
||||
avl/libiceavl.la \
|
||||
$(base_source_ro) \
|
||||
src/reportxml.o
|
||||
check_PROGRAMS += ctest_reportxml.test
|
||||
|
||||
ctest_logmsg_test_SOURCES = %reldir%/ctest_logmsg.c
|
||||
ctest_logmsg_test_LDADD = libice_ctest.la \
|
||||
avl/libiceavl.la \
|
||||
$(base_source_ro) \
|
||||
src/io.o \
|
||||
src/list.o \
|
||||
|
Loading…
Reference in New Issue
Block a user