Skip to content
Snippets Groups Projects
Commit aff552fe authored by Bouquillon Fabien's avatar Bouquillon Fabien
Browse files

script file

parent 9f5a4b1a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
TASKS_DIRECTORY=../application/bin/TACLeBench-kernel/
VULNERABLE_TASKS_DIRECTORY=./vulnerable_tasks/
TASK_END=.elf
FF_END=.ffx
DATA_END=.dat
for TASK in fibcall lcdnum duff binarysearch insersort iir complex_updates ns cnt ud fir2dim ludcmp crc expint nsichneu
do
./application $TASKS_DIRECTORY$TASK$TASK_END $TASKS_DIRECTORY$TASK$FF_END $VULNERABLE_TASKS_DIRECTORY$TASK$DATA_END
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment