New -- used only for validating configuration files against schema.
[metaproxy-moved-to-github.git] / etc / Makefile
1 # $Id: Makefile,v 1.1 2006-01-16 11:21:59 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
7
8 test-%: %.xml config.xsd 
9         xmllint --noout --schema config.xsd $<
10