Skip to content
Snippets Groups Projects
Commit 53cb5c66 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add fix_calls config

Former-commit-id: 201e7cd3410739ee3c76185fa749117cc12afbee
parent d87222cd
No related branches found
No related tags found
No related merge requests found
...@@ -235,6 +235,9 @@ do_tests() ...@@ -235,6 +235,9 @@ do_tests()
$VGT -i $progpath -c mvpC -o $temp_dir > test_${prog}.ps.log 2>&1 $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 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) orig)
cp $progpath $protected cp $progpath $protected
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment