summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-24 13:48:43 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-24 13:48:43 -0300
commit02710596b68b1c5e487502fff2dab8868d924bb8 (patch)
treed4753840f68201241d108dda1c799af691bd8bad /Makefile
parent95e52c13876590e4f15032216cd73a6e9d28b801 (diff)
downloadclientdata-02710596b68b1c5e487502fff2dab8868d924bb8.tar.gz
clientdata-02710596b68b1c5e487502fff2dab8868d924bb8.tar.bz2
clientdata-02710596b68b1c5e487502fff2dab8868d924bb8.tar.xz
clientdata-02710596b68b1c5e487502fff2dab8868d924bb8.zip
New testxml mode: testxml-full
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