diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh
index 9f3635178ae23262e3d44e75ed8a27f2a02a6c2f..b5c76ebbba7bdc330b039171b3d7c2cc1c356174 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 
 				;;