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

27 lines
404 B
Makefile
Raw Normal View History

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