diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index c4d22f2f9425951b7e84407455fd59419072d956..b7f13ea386841b3e58e608f899cd0ff3d8a4dca4 100755 --- a/tests/test_cmds.sh +++ b/tests/test_cmds.sh @@ -102,6 +102,9 @@ do_tests() rida_p1) $PSZ $progpath $protected -s meds_static=off -s rida=on -c p1transform=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;; + ida_scfi) + FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=on -s rida=off -s selective_cfi=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 + ;; rida_scfi) FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected -s meds_static=off -s rida=on -s selective_cfi=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;;