]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/frv/allinsn.exp
b7f9fe2ad06ccd118616ebf681d59ced86014d44
[thirdparty/binutils-gdb.git] / sim / testsuite / frv / allinsn.exp
1 # FRV simulator testsuite.
2
3 if [istarget frv*-*] {
4 # load support procs (none yet)
5 # load_lib cgen.exp
6 # all machines
7 set all_machs "frv fr500 fr550 fr400 fr405 fr450"
8 set cpu_option -mcpu
9
10 # The .cgs suffix is for "cgen .s".
11 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
12 # If we're only testing specific files and this isn't one of them,
13 # skip it.
14 if ![runtest_file_p $runtests $src] {
15 continue
16 }
17 run_sim_test $src $all_machs
18 }
19 }