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
Marvin Scholz d9793f4e33 Update: Separate integration and unit tests
- Unit tests are now in `src/tests`
- Integration tests are in `tests`
2018-08-16 16:24:48 +02:00

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