2017-05-10 09:40:42 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2018-08-16 15:24:31 +02:00
|
|
|
#############################
|
|
|
|
# Icecast integration tests #
|
|
|
|
#############################
|
|
|
|
|
2017-05-10 09:40:42 +02:00
|
|
|
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
2018-08-08 11:32:37 +02:00
|
|
|
$(top_srcdir)/tap-driver.sh
|
2017-05-10 09:40:42 +02:00
|
|
|
|
2018-08-07 20:10:49 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Script-based tests
|
|
|
|
#
|
|
|
|
|
2017-05-10 09:40:42 +02:00
|
|
|
TESTS = \
|
2018-08-08 11:32:37 +02:00
|
|
|
startup.test \
|
|
|
|
admin.test
|
2018-08-07 20:10:49 +02:00
|
|
|
|
2017-05-10 09:40:42 +02:00
|
|
|
|
2018-08-07 20:10:49 +02:00
|
|
|
#
|
|
|
|
# Extra files needed by tests
|
|
|
|
#
|
|
|
|
|
|
|
|
EXTRA_DIST = $(TESTS) \
|
2018-08-08 11:32:37 +02:00
|
|
|
icecast.xml \
|
|
|
|
on-connect.sh
|