8a0f0a154ec2491d9505c272692b17be42cd8394
[metaproxy-moved-to-github.git] / etc / Makefile
1 # $Id: Makefile,v 1.8 2006-04-27 16:56:02 mike Exp $
2
3 # This doesn't actually build anything, it just tests whether the
4 # configuration files here correspond with the schema.
5
6 test: test-config0 test-config1 test-config2 \
7       test-config3 test-config4 test-config5 \
8       test-config-simple-multi
9
10 test-%: %.xml config.xsd 
11         xmllint --noout --schema config.xsd $<
12