diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-25 16:20:07 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-25 16:20:07 +0200 |
commit | b220e67748e0a20530af7a04819835988e968aa3 (patch) | |
tree | 3f61eed0b458e292472c31bce0af27c88c1b68e4 /Makefile | |
parent | 041bd079e8277340e1c237a2b131eb69984a8f83 (diff) |
make clean before make test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ swamid-ki-sll: @saml-md-tool swamid-ki-sll-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) @test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST) -test: swamid2-deps +test: clean swamid2-deps @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x 2>&1 ; done | sed 's/fails to validate/[1;31m&[0m/;s/validates/[1;32m&[0m/' @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x > /dev/null 2>&1 || exit 1 ; done |