diff options
Diffstat (limited to 'metadata/Makefile')
-rw-r--r-- | metadata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata/Makefile b/metadata/Makefile index e4fe6cf4..3637b561 100644 --- a/metadata/Makefile +++ b/metadata/Makefile @@ -74,6 +74,7 @@ checkInvalidChars: checkUKalgorithms: @echo "Check for invalid algorithms in swamid-edugain" @xsltproc --xinclude xslt/check_uk_algorithms.xsl swamid-edugain/* 2>&1 | sed 's/.*/[1;31m&[0m/' | grep . && exit 1 || exit 0 + @xsltproc --xinclude xslt/check_algsupport.xsl swamid-edugain/* 2>&1 | sed 's/.*/[1;31m&[0m/' | grep . && exit 1 || exit 0 test: $(EDUGAINXML) $(SWAMID20XML) $(TESTINGXML) testMDUI testALlevel testEduGAINchecks testRefedsRnS testBadStrings testRegistrationAuthority checkInvalidChars checkUKalgorithms |