added tests presumed to break lz4 console detection

This commit is contained in:
Yann Collet
2020-11-30 05:32:43 -08:00
parent e0ec32f1e3
commit b15469203f
2 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -216,11 +216,12 @@ matrix:
- make -C zlibWrapper test
- make -C zlibWrapper valgrindTest
- name: LZ4, thread pool, and partial libs tests # ~2mn
- name: LZ4, thread pool, and partial libs tests # ~4mn
if: branch = master
script:
- make lz4install
- make -C tests test-lz4
- make check < /dev/null | tee # mess with lz4 console detection
- make clean
- make -C tests test-pool
- make clean