summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91fef922..9b9ab9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -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