aboutsummaryrefslogtreecommitdiff
path: root/pathologist/src/struct_parse/test.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-26 12:25:06 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-26 12:25:06 +0200
commit6bfc7b600b276d4a6c139cdb6b0335ed572332f5 (patch)
tree831f170cb424e30b49d0d20b4d97a0fb6df8ea65 /pathologist/src/struct_parse/test.sh
downloadmonkey-6bfc7b600b276d4a6c139cdb6b0335ed572332f5.tar.gz
monkey-6bfc7b600b276d4a6c139cdb6b0335ed572332f5.zip
-recoveredHEADmaster
Diffstat (limited to 'pathologist/src/struct_parse/test.sh')
-rw-r--r--pathologist/src/struct_parse/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pathologist/src/struct_parse/test.sh b/pathologist/src/struct_parse/test.sh
new file mode 100644
index 0000000..2ab8cec
--- /dev/null
+++ b/pathologist/src/struct_parse/test.sh
@@ -0,0 +1,2 @@
1#!/bin/sh
2for n in `seq 1 1000`; do zzuf -r 0.00$n -s $n -i valgrind -q --leak-check=summary --track-origins=yes ./a.out < test.txt; done