From 265dbffc7662d4ba07baf2359b2c963680c809e3 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 4 Feb 2019 22:16:39 -0500 Subject: [PATCH] added zafl_domgraph xform Former-commit-id: 4311201ddcd11ac25e3ae5dacb89e2017e5f4b54 --- tests/test_cmds.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index f04c31011..7f00314a3 100755 --- a/tests/test_cmds.sh +++ b/tests/test_cmds.sh @@ -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 ;; -- GitLab