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

Update tests and submodules

parent 67d1af18
No related branches found
No related tags found
No related merge requests found
Pipeline #2496 failed
...@@ -16,10 +16,10 @@ main() ...@@ -16,10 +16,10 @@ main()
if [[ $CICD_NIGHTLY == 1 ]] ; then if [[ $CICD_NIGHTLY == 1 ]] ; then
export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000 export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
benchmarks="tcpdump ncal bzip2 tar" benchmarks="tcpdump ncal bzip2 tar"
configs="zafl_nostars zafl_opt_graph zafl_domgraph zafl_untracer_critical_edges zafl_context_sensitive zafl_laf" configs="zafl_nostars zafl_opt_graph zafl_domgraph zafl_untracer_critical_edges zafl_context_sensitive_laf_domgraph "
else else
benchmarks="readelf touch" benchmarks="readelf touch"
configs="zafl_domgraph zafl_context_sensitive" configs="zafl_domgraph zafl_context_sensitive_laf_domgraph"
fi fi
# test other zafl configs on various apps # test other zafl configs on various apps
......
Subproject commit 6a372d574ed1adac789ecbbe738cccb98f17574d Subproject commit cd333c6e101e3c209a4e71fd95fdeef1e611c04b
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