From 5dfce11a40d50c764b01cef12fcfa3810d2f9993 Mon Sep 17 00:00:00 2001 From: Anh Nguyen <zenpoems@gmail.com> Date: Sat, 12 Jan 2019 13:28:37 -0800 Subject: [PATCH] Add explicit ida/scfi config Former-commit-id: 39d75372ea47c9971dd841a8ca346436fcbe8f12 --- tests/test_cmds.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index c4d22f2f9..b7f13ea38 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 ;; -- GitLab