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

Add config for zafl + dominator graph optimization

Former-commit-id: ff47ab5c0927eb3f4dbb642284aa1fdb8f89e6a8
parent 801d47be
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,9 @@ do_tests() ...@@ -105,6 +105,9 @@ do_tests()
zafl_fix_map) zafl_fix_map)
zafl.sh $progpath $protected --rida -m --tempdir $temp_dir > test_${prog}.ps.log 2>&1 zafl.sh $progpath $protected --rida -m --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;; ;;
zafl_dom)
zafl.sh $progpath $protected --rida -d --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zipr) zipr)
$PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1 $PSZ $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;; ;;
......
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