summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2022-11-18 13:57:07 +0100
committerBjörn Mattsson <bjorn@sunet.se>2022-11-18 13:57:07 +0100
commit9c8e65297f00e690221d52d75eb301dcc8c6ad18 (patch)
tree4774c5e14c58b6f5f46bc6b01b3aca6d88b37fb6 /Makefile
parentce6d76e587a8202cfdc8cd469395e12e9aab9c1b (diff)
Removed test no longer needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6be780e8..5e6cd459 100644
--- a/Makefile
+++ b/Makefile
@@ -101,10 +101,6 @@ tidy:
@for x in `find $(SRCDIRS) -name \*.xml`; do xsltproc --stringparam regDate $(NOW) xslt/add-rpi.xsl $$x > $$x.c && mv $$x.c $$x; done
@for x in `find $(SRCDIRS) -name \*.xml`; do xsltproc xslt/clean-entitydescriptor.xsl $$x > $$x.c && mv $$x.c $$x; done
-testMetadataUsage:
- @echo "Checking for files in swamid-edugain swamid-2.0 and swamid-testing that isn't used"
- @for file in `find $(SRCDIRS) -name \*.xml` ; do if ! grep -q $$file *.mxml; then echo " $$file is not referenced in any mxml file"; fi; done | sed 's/.*/&/'
-
testRefedsRnS:
@echo "Checking for refeds R&S compatibillity for entities exported to eduGAIN"
@for x in `cat swamid-edugain-*.mxml | grep -v "\.mxml$$" | grep "xi:include" | awk -F\" '{print $$2}' | xargs grep -l SPSSODescriptor` ; do \
@@ -181,7 +177,7 @@ createMXMLfiles:
@echo Recreating MXML files
@scripts/create_mxml.sh | sed 's/.*/&/' | grep . && exit 1 || exit 0
-signtest: syntaxtest testMDUI testALlevel testEduGAINchecks testRefedsRnS testMetadataUsage testBadStrings testIdPinSP testRegistrationAuthority checkInvalidChars
+signtest: syntaxtest testMDUI testALlevel testEduGAINchecks testRefedsRnS testBadStrings testIdPinSP testRegistrationAuthority checkInvalidChars
test: createMXMLfiles signtest
test2: $(EDUGAINXML) $(SWAMID20XML) $(TESTINGXML) test