Skip to content

avatarone/s2e-arm-testsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testuite for S2E ARM port

This repository contains the acceptance test-suite for the ARM port of S2E.

Running tests

Tests contains mini-firmwares written in C or ASM for ARM architecture (both thumb and arm modes); in order to compile them you need an ARM cross-compiler. We currently use and suggest the gcc-4.7-arm-none-eabi available from linaro.

We use Cucumber and Aruba as test-runners, so you need to install them before starting the checks:

sudo apt-get install cucumber ruby-aruba

make all