mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
15 lines
250 B
Makefile
15 lines
250 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
|
$(top_srcdir)/tap-driver.sh
|
|
|
|
TESTS = \
|
|
startup.test \
|
|
admin.test
|
|
|
|
EXTRA_DIST = $(TESTS)
|
|
|
|
EXTRA_DIST += \
|
|
icecast.xml \
|
|
on-connect.sh
|