summaryrefslogtreecommitdiffstats
path: root/tests/zstd-vg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zstd-vg.sh')
-rwxr-xr-xtests/zstd-vg.sh4
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