1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Fix: Use TAP even for compiled tests

This commit is contained in:
Marvin Scholz 2018-08-08 11:33:22 +02:00
parent 20c74f5974
commit 5504b58c74
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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
#