From 53cb5c661918bce100e47e1b36b1163fe060fbf2 Mon Sep 17 00:00:00 2001
From: Anh <zenpoems@gmail.com>
Date: Fri, 11 Jan 2019 06:41:12 -0800
Subject: [PATCH] Add fix_calls config

Former-commit-id: 201e7cd3410739ee3c76185fa749117cc12afbee
---
 tests/test_cmds.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh
index 9f3635178..b5c76ebbb 100755
--- a/tests/test_cmds.sh
+++ b/tests/test_cmds.sh
@@ -235,6 +235,9 @@ 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)
+					FIX_CALLS_FIX_ALL_CALLS=1 $PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
+				;;
 				orig)
 					cp $progpath $protected 
 				;;
-- 
GitLab