X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Farm%2Farm.exp;h=19c1a703a6647dd618f9e7b191729e17810f8502;hb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;hp=339c3e6aa40a5711ba1dab18ef2175036a58e4e0;hpb=1ba02d4f74f049c0cb6d90574985370c8e3d2aeb;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/gas/arm/arm.exp b/gas/testsuite/gas/arm/arm.exp index 339c3e6aa4..19c1a703a6 100644 --- a/gas/testsuite/gas/arm/arm.exp +++ b/gas/testsuite/gas/arm/arm.exp @@ -1,16 +1,23 @@ +# Copyright (C) 2012-2015 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + # # Some ARM tests # -if [istarget arm-*-*] then { - gas_test "inst.s" "" $stdoptlist "Basic instruction set" - - gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions" - - gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions" - - gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions" - - gas_test "copro.s" "" $stdoptlist "Co processor instructions" - gas_test "float.s" "" $stdoptlist "Core floating point instructions" +if {[istarget arm*-*-*]} { + run_dump_tests [lsort [glob -nocomplain $srcdir/$subdir/*.d]] }