Skip to content

Commit dc0be8a

Browse files
BF for testprogs testing
1 parent ac12669 commit dc0be8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/testing.sh

+6
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) -
314314
comparison='-C'
315315
jsonfile="src/${model}/${model}_version.json"
316316
docmp=0
317+
elif [ "${model}" == 'testprogs' ]; then
318+
compilation='-p -c'
319+
execution="-r $perfopt"
320+
comparison='-C --computeRefIfNeeded'
321+
jsonfile="src/offline/${model}_version.json"
322+
docmp=1
317323
else
318324
compilation='-p -c'
319325
execution="-r $perfopt"

0 commit comments

Comments
 (0)