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