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

Merge branch 'master' of git.zephyr-software.com:allnp/peasoup_examples

Conflicts:
	tests/test_cmds.sh

Former-commit-id: 890c72c6f8bd21a1fdacec1304495390c3d1e07d
parents 34636499 56eef862
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
#configs="ibtl ibtl_p1"
#configs="zipr scfi p1"
configs="zafl_rida"
configs="zafl_ida zafl_rida zafl_ida_nostars zafl_rida_nostars"
configs="zafl"
# specify programs to test
orig_progs="bzip2 grep du ncal ls objdump readelf sort tar touch tcpdump"
......@@ -71,8 +73,14 @@ do
case $config in
zafl)
zafl.sh $progpath $protected --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_rida)
zafl.sh $progpath $protected --rida --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_rida_nostars)
zafl.sh $progpath $protected --rida --no-stars --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