summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Åslund <fredrik.aslund@umu.se>2013-06-25 16:20:07 +0200
committerFredrik Åslund <fredrik.aslund@umu.se>2013-06-25 16:20:07 +0200
commitb220e67748e0a20530af7a04819835988e968aa3 (patch)
tree3f61eed0b458e292472c31bce0af27c88c1b68e4 /Makefile
parent041bd079e8277340e1c237a2b131eb69984a8f83 (diff)
make clean before make test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a86697e2..b52d994a 100644
--- a/Makefile
+++ b/Makefile
@@ -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/&/;s/validates/&/'
@for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x > /dev/null 2>&1 || exit 1 ; done