diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,7 @@ XSLTPROC = xsltproc all: @echo "Normal: build pipeline" - @echo "Standalone: check-png testxml license icc" + @echo "Standalone: check-png testxml testxml-full license icc" @echo "Groups: build check pipeline" @@ -29,6 +29,9 @@ check-xml: cd ../tools/testxml/ ; ./xsdcheck.sh ; cat errors.txt testxml: + cd ../tools/testxml/ ; ./testxml.py stfu + +testxml-full: cd ../tools/testxml/ ; ./testxml.py silent client: build |