Update for relevence element in results
[pazpar2-moved-to-github.git] / test / Makefile.am
1 # This file is part of Pazpar2.
2 check_SCRIPTS = test_http.sh test_icu.sh test_post.sh
3
4 EXTRA_DIST = run_pazpar2.sh marc21.xsl z3950_indexdata_com_marc.xml \
5         gils_service.xml marc_service.xml marc21.mmap \
6         test_http.cfg test_http_urls test_icu.cfg test_icu_urls \
7         test_post.cfg test_post_urls $(check_SCRIPTS)
8
9 TESTS = $(check_SCRIPTS)
10
11 MAINTAINERCLEANFILES = Makefile.in
12
13 CONFIG_CLEAN_FILES=*.log *.dif
14
15 dist-hook:
16         cp ${srcdir}/test_http_*.res $(distdir)
17         cp ${srcdir}/test_icu_*.res $(distdir)
18         cp ${srcdir}/test_post_*.res $(distdir)
19