diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-11-18 13:57:07 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-11-18 13:57:07 +0100 |
commit | 9c8e65297f00e690221d52d75eb301dcc8c6ad18 (patch) | |
tree | 4774c5e14c58b6f5f46bc6b01b3aca6d88b37fb6 | |
parent | ce6d76e587a8202cfdc8cd469395e12e9aab9c1b (diff) |
Removed test no longer needed
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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/.*/[1;31m&[0m/' - 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/.*/[1;31m&[0m/' | 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 |