]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mri/mri.exp
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mri / mri.exp
CommitLineData
252b5132
RH
1#
2# Test the m68k MRI compatibility mode.
3#
4# I originally thought that most of tests applied to any MRI
5# assembler, but it turns out that different MRI assemblers use
6# different syntaxes.
7#
8
9if ![istarget "m68*-*-*"] {
10 return
11}
12
13run_dump_test label
14run_dump_test equ
15run_dump_test constants
16run_dump_test immconst
17run_dump_test float
18run_dump_test char
19run_dump_test expr
20run_dump_test common
21run_dump_test comment
22gas_test "empty.s" "-M" "" "MRI empty macro"
23run_dump_test for
24run_dump_test if
25run_dump_test repeat
26run_dump_test while
27run_dump_test semi
28run_dump_test moveml