diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index b5c76ebbba7bdc330b039171b3d7c2cc1c356174..c4d22f2f9425951b7e84407455fd59419072d956 100755 --- a/tests/test_cmds.sh +++ b/tests/test_cmds.sh @@ -235,6 +235,12 @@ do_tests() $VGT -i $progpath -c mvpC -o $temp_dir > test_${prog}.ps.log 2>&1 cp $temp_dir/vs-1/variant-3/bin/$(basename $progpath) $protected ;; + fix_calls_ida) + FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=on -s rida=off --tempdir $temp_dir > test_${prog}.ps.log 2>&1 + ;; + fix_calls_rida) + FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=off -s rida=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 + ;; fix_calls) FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;;