Included my tests in update_reference_data.sh

This commit is contained in:
Andrea T. Lonn 2018-07-13 10:21:04 +02:00
parent 101a3b1805
commit 383a0b7964

View File

@ -32,6 +32,7 @@ declare -A tests
# binary dirname casename [testname]
# you only have to specify testname if it differs from dirname
tests[spe11_seq]="flow_sequential spe1 SPE1CASE1"
tests[spe1]="flow spe1 SPE1CASE1"
tests[spe12]="flow spe1 SPE1CASE2"
tests[spe12_legacy]="flow_legacy spe1 SPE1CASE2"
tests[spe12p]="flow spe1 SPE1CASE2_2P spe1_2p"
@ -51,6 +52,7 @@ tests[spe9group]="flow spe9group SPE9_CP_GROUP"
tests[spe9]="flow spe9 SPE9_CP_SHORT"
tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT"
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1"
changed_tests=""
for test_name in ${!tests[*]}