make clean before zstd-lz4 compatibility tests

to ensure zstd is rebuilt with lz4 support
This commit is contained in:
Yann Collet
2017-10-08 02:41:28 -07:00
parent d29bf941b9
commit f4340f46b2
+1 -1
View File
@@ -26,7 +26,7 @@ matrix:
- env: Cmd='make -j uasanregressiontest'
- env: Cmd='make -j msanregressiontest'
- env: Cmd='make -C tests versionsTest && make lz4install && make -C tests test-lz4'
- env: Cmd='make -C tests versionsTest && make lz4install && make clean && make -C tests test-lz4'
# OS X Mavericks
- env: Cmd="make test"