From 383a0b7964fb070829d1f4df23dd635e8b5adcf3 Mon Sep 17 00:00:00 2001 From: "Andrea T. Lonn" Date: Fri, 13 Jul 2018 10:21:04 +0200 Subject: [PATCH] Included my tests in update_reference_data.sh --- tests/update_reference_data.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index a9094e9ca..6f953de95 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -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[*]}