]> Git Repo - binutils.git/blob - sim/testsuite/m32r/misc.exp
Automatic date update in version.in
[binutils.git] / sim / testsuite / m32r / misc.exp
1 # Miscellaneous M32R simulator testcases
2
3 sim_init
4
5 # all machines
6 set all_machs "m32r"
7
8 # The .ms suffix is for "miscellaneous .s".
9 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
10     # If we're only testing specific files and this isn't one of them, skip it.
11     if ![runtest_file_p $runtests $src] {
12         continue
13     }
14     run_sim_test $src $all_machs
15 }
This page took 0.024467 seconds and 4 git commands to generate.