Test server with multiple services
[pazpar2-moved-to-github.git] / test / Makefile.am
1 # This file is part of Pazpar2.
2 check_SCRIPTS = test_http.sh test_icu.sh
3
4 EXTRA_DIST = run_pazpar2.sh marc21.xsl z3950_indexdata_com_marc.xml \
5         z3950_indexdata_com_gils.xml test_http.cfg \
6         test_http_urls test_icu.cfg test_icu_urls $(check_SCRIPTS)
7
8 TESTS = $(check_SCRIPTS)
9
10 MAINTAINERCLEANFILES = Makefile.in
11
12 CONFIG_CLEAN_FILES=*.log *.dif
13
14 dist-hook:
15         cp ${srcdir}/test_http_*.res $(distdir)
16         cp ${srcdir}/test_icu_*.res $(distdir)
17