Don't run the `semi' testcase if dvp-*-*.
[binutils-gdb.git] / gas / testsuite / gas / macros / macros.exp
1 # Run some tests of gas macros.
2
3 if ![istarget hppa*-*-*] {
4 run_dump_test test1
5 }
6
7 run_dump_test test2
8
9 run_dump_test test3
10
11 run_dump_test irp
12
13 run_dump_test rept
14
15 gas_test_error "err.s" "" "macro infinite recursion"
16
17 case $target_triplet in {
18 { hppa*-*-* } { }
19 # start-sanitize-sky
20 { dvp-*-* } { }
21 # end-sanitize-sky
22 default {
23 run_dump_test semi
24 }
25 }