aboutsummaryrefslogtreecommitdiff
path: root/pathologist/src/struct_parse/test.sh
diff options
context:
space:
mode:
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