mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
d9793f4e33
- Unit tests are now in `src/tests` - Integration tests are in `tests`
27 lines
404 B
Makefile
27 lines
404 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
#############################
|
|
# Icecast integration tests #
|
|
#############################
|
|
|
|
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
|
$(top_srcdir)/tap-driver.sh
|
|
|
|
|
|
#
|
|
# Script-based tests
|
|
#
|
|
|
|
TESTS = \
|
|
startup.test \
|
|
admin.test
|
|
|
|
|
|
#
|
|
# Extra files needed by tests
|
|
#
|
|
|
|
EXTRA_DIST = $(TESTS) \
|
|
icecast.xml \
|
|
on-connect.sh
|