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

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

Former-commit-id: 68d3fcbca877b24e337f0505c08e0f61a921b4b5
parents d27afe7a 6069681b
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,12 @@ do_tests()
zafl_ida_nostars)
zafl.sh $progpath $protected --ida --no-stars --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_nostars)
zafl.sh $progpath $protected --no-stars --tempdir $temp_dir > test_${prog}.ps.log 2>&1
;;
zafl_opt_graph)
zafl.sh $progpath $protected -g --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
;;
......@@ -169,7 +175,8 @@ do_tests()
fi
;;
*)
echo "Unknown configuration requested"
echo "Unknown configuration requested -- exiting"
exit 1
continue
;;
esac
......
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