summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e6cd459..140e235f 100644
--- a/Makefile
+++ b/Makefile
@@ -173,11 +173,15 @@ checkInvalidChars:
fi;\
done | grep . && exit 1 || exit 0
+checkUKalgorithms:
+ @echo "Check for invalid algorithms in swamid-edugain"
+ @xsltproc --xinclude xslt/check_uk_algorithms.xsl swamid-edugain-1.0.mxml 2>&1 | sed 's/.*/&/' | grep . && exit 1 || exit 0
+
createMXMLfiles:
@echo Recreating MXML files
@scripts/create_mxml.sh | sed 's/.*/&/' | grep . && exit 1 || exit 0
-signtest: syntaxtest testMDUI testALlevel testEduGAINchecks testRefedsRnS testBadStrings testIdPinSP testRegistrationAuthority checkInvalidChars
+signtest: syntaxtest testMDUI testALlevel testEduGAINchecks testRefedsRnS testBadStrings testIdPinSP testRegistrationAuthority checkInvalidChars checkUKalgorithms
test: createMXMLfiles signtest
test2: $(EDUGAINXML) $(SWAMID20XML) $(TESTINGXML) test