summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/macros.exp
blob: a51e4859867e2d537a617a8c59438a3031a2a64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Run some tests of gas macros.

if ![istarget hppa*-*-*] {
    run_dump_test test1
}

run_dump_test test2

run_dump_test test3

run_dump_test irp

run_dump_test rept

gas_test_error "err.s" "" "macro infinite recursion"

case $target_triplet in {
    { hppa*-*-* } { }
    default {
	run_dump_test semi
    }
}