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

Setup default zafl config with test programs

Former-commit-id: c76bf375e62c320d6ba180d63caa4bc8cf1c6275
parent ec0b75a3
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,10 @@
#configs="killdeads_strata"
#configs="ibtl ibtl_p1"
#configs="zipr scfi p1"
configs="zafl_ida_nostars zafl_ida"
configs="zafl"
# specify programs to test
orig_progs="bzip2 grep du ncal ls objdump readelf sort tar touch tcpdump"
orig_progs="tcpdump"
build_only=0
export IB_VERBOSE=1
......@@ -72,7 +71,7 @@ do
case $config in
zafl)
zafl.sh $progpath $protected --rida --tempdir $temp_dir > test_${prog}.ps.log 2>&1
zafl.sh $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_ida)
zafl.sh $progpath $protected --ida --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