Skip to content
Snippets Groups Projects
Commit 265dbffc authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added zafl_domgraph xform

Former-commit-id: 4311201ddcd11ac25e3ae5dacb89e2017e5f4b54
parent 046a2091
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,9 @@ do_tests()
zafl)
zafl.sh $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_domgraph)
zafl.sh $progpath $protected -d --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl0)
ZAFL_LIMIT_END=0 zafl.sh $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