This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / sim / testsuite / sim / sh64 / media.exp
1 # SHmedia testsuite.
2
3 if [istarget sh64-*-*] {
4     # load support procs (none yet)
5     # load_lib cgen.exp
6
7     # all machines
8     set all_machs "sh5"
9
10     # The .cgs suffix is for "cgen .s".
11     foreach src [lsort [glob -nocomplain $srcdir/$subdir/media/*.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 }