diff options
Diffstat (limited to 'tests/zstd-vg.sh')
-rwxr-xr-x | tests/zstd-vg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/zstd-vg.sh b/tests/zstd-vg.sh new file mode 100755 index 0000000..e9b11e2 --- /dev/null +++ b/tests/zstd-vg.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export USE_VALGRIND="YES" +export NUMMESSAGES=10000 # valgrind is pretty slow, so we need to user lower nbr of msgs +source ${srcdir:-.}/zstd.sh |