]> granicus.if.org Git - zziplib/commitdiff
make check xmlrunner
authorGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 10:24:15 +0000 (12:24 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 10:24:15 +0000 (12:24 +0200)
azure-pipelines.yml
test/CMakeLists.txt

index 658d5d4ee2909307a23cf8e9869f9c8f07f84333..18aebd2f05554051ae499d7a03c3a5f64fdb51c8 100644 (file)
@@ -12,9 +12,13 @@ pool:
 steps:
 - script: |
     sudo apt-get update --fix-missing
-    # sudo apt-mark hold libudev-dev # FIXME
+  displayName: 'install refresh'
+- script: |
     sudo apt-get install --fix-broken --ignore-missing libsdl2-dev
-  displayName: 'libsdl2-dev'
+  displayName: 'install libsdl2-dev'
+- script: |
+    sudo apt-get install --fix-broken --ignore-missing python-xmlrunner
+  displayName: 'install python-xmlrunner'
 - script: |
     rm -rf build
     mkdir build
@@ -27,4 +31,4 @@ steps:
   displayName: 'make all'
 - script: |
     cd build && make check
-  displayName: 'make check'
+  displayName: 'make check TESTFLAGS=--xmlresults'
index 3c7a3a56d6c671c476d3c9aa748f64fd67ac5180..0692cd1e26cca3cf415c3fc3e0bc775743e5724a 100644 (file)
@@ -52,7 +52,7 @@ add_custom_target(sfx ALL DEPENDS zzipshowme${EXEEXT})
 endif()
 
 add_custom_target(tests
-   COMMAND ${PY2} ${srcdir}/zziptests.py --exeext=${EXEEXT} --topsrcdir=${topdir} -v
+   COMMAND ${PY2} ${srcdir}/zziptests.py --exeext=${EXEEXT} --topsrcdir=${topdir} -v ${TESTFLAGS}
    DEPENDS ../bins/zzcat ../bins/zzdir ../bins/zziptest ../bins/zzxorcat ../bins/zzxorcopy)
 add_custom_command(OUTPUT ../bins/zzcat COMMMAND cd ../bins && $(MAKE) zzcat)
 add_custom_command(OUTPUT ../bins/zzdir COMMMAND cd ../bins && $(MAKE) zzdir)