3ca3e9d791a8e615f431ffe7790fbb6ea76f4bb0
[metaproxy-moved-to-github.git] / etc / Makefile
1 # $Id: Makefile,v 1.5 2006-03-30 11:15:48 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 test-config3 test-config4 \
7         test-config-zurg
8 # 5 imagine
9
10 test-%: %.xml config.xsd 
11         xmllint --noout --schema config.xsd $<
12