Skip to content

Commit

Permalink
Add fuzz fixture execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjain-jump committed May 13, 2024
1 parent 055c34b commit 99c6e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/test/run_script_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ $UNIT_TEST/test_pod_ctl > $LOG_PATH/pod_ctl 2>&1
$UNIT_TEST/test_tango_ctl > $LOG_PATH/tango_ctl 2>&1
$UNIT_TEST/test_wksp_helper > $LOG_PATH/wksp_helper 2>&1 # allocates a gigantic page

# Fuzzing coverage tests
find test-vectors/instr/fixtures -exec $UNIT_TEST/test_exec_instr {} + > $LOG_PATH/exec_instr 2>&1

# Multi-tile tests
$UNIT_TEST/test_cnc --tile-cpus 0,2 2> $LOG_PATH/cnc
$UNIT_TEST/test_tile --tile-cpus 0-8/2 2> $LOG_PATH/tile_multi
Expand Down

0 comments on commit 99c6e54

Please sign in to comment.