361e46cd7933072529d323249f524f94f9aaf47b
[pazpar2-moved-to-github.git] / test / Makefile.am
1 # $Id: Makefile.am,v 1.7 2007-09-15 09:09:53 adam Exp $
2
3 check_SCRIPTS = test_http.sh test_icu.sh
4
5 EXTRA_DIST = run_pazpar2.sh marc21.xsl test_http.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