From e2439592b6100c25d8226e823749869781db32fa Mon Sep 17 00:00:00 2001 From: Anh Nguyen <zenpoems@gmail.com> Date: Sat, 12 Jan 2019 13:26:49 -0800 Subject: [PATCH] Add fix_calls rida/ida configs Former-commit-id: 5f196e7555b164dd65926e2144f125cfcac59754 --- tests/test_cmds.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index b5c76ebbb..c4d22f2f9 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 ;; -- GitLab