Updated source file headers with new year and no CVS Id.
[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 test_http.xml test_http.cfg \
5         test_http_urls test_icu.cfg test_icu_urls $(check_SCRIPTS)
6
7 TESTS = $(check_SCRIPTS)
8
9 MAINTAINERCLEANFILES = Makefile.in
10
11 CONFIG_CLEAN_FILES=*.log *.dif
12
13 dist-hook:
14         cp ${srcdir}/test_http_*.res $(distdir)
15         cp ${srcdir}/test_icu_*.res $(distdir)
16