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

Add laf sanity tests

parent 5eb8347f
No related branches found
No related tags found
No related merge requests found
Pipeline #2534 failed
......@@ -21,6 +21,9 @@ $ZAFL_HOME/tools/zax/test/test_graph.sh
$ZAFL_HOME/tools/zax/test/test_context.sh
$ZAFL_HOME/tools/zax/test/test_context_recursion.sh
echo "Test laf"
$ZAFL_HOME/tools/laf/test/run_tests.sh
echo "Test zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000"
export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
$ZAFL_HOME/test/bc.fixed_map/test_bc.sh
......
......@@ -13,7 +13,7 @@ test0.laf: test0.exe
$(PSZ) test0.exe $@ --critical-step laf=on -s meds_static=off -s rida=on
test0.laf.zafl: test0.exe
zafl.sh $< $@ --enable-split-compare
zafl.sh $< $@ --enable-laf
clean:
rm -fr peasoup_exec* *.o test_afl test_afl.laf test0.exe test0.laf a.out a.exe
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