diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:48:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:48:43 -0300 |
commit | 02710596b68b1c5e487502fff2dab8868d924bb8 (patch) | |
tree | d4753840f68201241d108dda1c799af691bd8bad /Makefile | |
parent | 95e52c13876590e4f15032216cd73a6e9d28b801 (diff) | |
download | clientdata-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-- | 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 |