Regression test, test_http.sh, moved to sub directory test. The test
[pazpar2-moved-to-github.git] / test / Makefile.am
1 # $Id: Makefile.am,v 1.1 2007-05-15 15:50:48 adam Exp $
2
3 check_SCRIPTS = test_http.sh
4
5 EXTRA_DIST = test_http.xml test_http.cfg test_http_urls $(check_SCRIPTS)
6
7 TESTS = $(check_SCRIPTS)
8
9 MAINTAINERCLEANFILES = Makefile.in
10
11 CONFIG_CLEAN_FILES=*.log
12
13 dist-hook:
14         cp test_http_*.res $(distdir)
15