Changed regex to read hash modes from test modules

pull/1842/head
Sein Coray 6 years ago
parent ccd6ecdae3
commit 50cac0a43b
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC

@ -32,7 +32,7 @@ HASH_TYPES="0 10 11 12 20 21 22 23 30 40 50 60\
16200 16300 16400 16500 16600 16700 16800 16900 17300 17400 17500 17600 17700\ 16200 16300 16400 16500 16600 16700 16800 16900 17300 17400 17500 17600 17700\
17800 17900 18000 18100 18200 18300 18400 18500 18600 99999" 17800 17900 18000 18100 18200 18300 18400 18500 18600 99999"
HASH_TYPES=$(ls ${TDIR}/test_modules/*.pm | sed -r 's/[^0-9]*0*([0-9]+).pm/\1/') HASH_TYPES=$(ls ${TDIR}/test_modules/*.pm | sed -r 's/.*m0*([0-9]+).pm/\1/')
VECTOR_WIDTHS="1 2 4 8 16" VECTOR_WIDTHS="1 2 4 8 16"

Loading…
Cancel
Save