OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / testsuite / sidcomp.bsp / m32rbsp.exp
1 # BSP testsuite - suitable for performance measurements
2
3 load_lib "cpudefs.exp"
4
5 # run these tests several times
6 set sid_run_repetitions 4
7
8
9 if {$sidtarget(m32r)} then {
10     run-sid-c-bsp-tests m32r-elf m32r $srcdir/sidcomp.bsp "test-*.c" {-g -O2} {--cpu=m32r} m32rx
11 }
12
13
14 # reset value for remaining tests
15 set sid_run_repetitions 1
16