new memory leak test for fullbench using multi-files

This commit is contained in:
Yann Collet 2015-04-12 16:49:37 +01:00
parent 2c7988761d
commit da117257f5

View File

@ -251,7 +251,7 @@ test-mem: lz4 datagen fuzzer frametest fullbench
valgrind --leak-check=yes ./lz4 -9 -B5D -f tmp tmp2
valgrind --leak-check=yes ./lz4 -t tmp2
valgrind --leak-check=yes ./lz4 -bi1 tmp
valgrind --leak-check=yes ./fullbench -i1 tmp
valgrind --leak-check=yes ./fullbench -i1 tmp tmp2
./datagen -g256MB > tmp
valgrind --leak-check=yes ./lz4 -B4D -f -vq tmp $(VOID)
rm tmp*