Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / bpf / allinsn.exp
blob1da0b9756c74d87a6cfba30565648ecbceb9d47f
1 # eBPF simulator testsuite
3 sim_init
5 # all machines
6 set all_machs "bpf"
8 global SIMFLAGS_FOR_TARGET
9 set SIMFLAGS_FOR_TARGET "--memory-size=10Mb"
11 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
12 # If we're only testing specific files and this isn't one of them, skip it.
13 if ![runtest_file_p $runtests $src] {
14 continue
16 run_sim_test $src $all_machs