mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Use TAP even for compiled tests
This commit is contained in:
parent
20c74f5974
commit
5504b58c74
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,7 +38,7 @@ config.h.in~
|
||||
/tests/*.la
|
||||
/tests/.deps/
|
||||
/tests/.libs/
|
||||
/tests/ctest_*_test
|
||||
/tests/ctest_*.test
|
||||
|
||||
# Ignore auxiliary files
|
||||
/tap-driver.sh
|
||||
|
@ -28,18 +28,18 @@ TESTS = \
|
||||
|
||||
ctest_suite_test_SOURCES = ctest_suite.c
|
||||
ctest_suite_test_LDADD = libice_ctest.la
|
||||
check_PROGRAMS += ctest_suite_test
|
||||
check_PROGRAMS += ctest_suite.test
|
||||
|
||||
ctest_resourcematch_test_SOURCES = ctest_resourcematch.c
|
||||
ctest_resourcematch_test_LDADD = libice_ctest.la ../src/icecast-resourcematch.o
|
||||
check_PROGRAMS += ctest_resourcematch_test
|
||||
check_PROGRAMS += ctest_resourcematch.test
|
||||
|
||||
ctest_refobject_test_SOURCES = ctest_refobject.c
|
||||
ctest_refobject_test_LDADD = libice_ctest.la \
|
||||
../src/common/thread/libicethread.la \
|
||||
../src/common/avl/libiceavl.la \
|
||||
../src/icecast-refobject.o
|
||||
check_PROGRAMS += ctest_refobject_test
|
||||
check_PROGRAMS += ctest_refobject.test
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user