1139825Simp# Copyright (C) 2012-2017 Free Software Foundation, Inc.
2168191Sjhb
3168191Sjhb# This program is free software; you can redistribute it and/or modify
4168191Sjhb# it under the terms of the GNU General Public License as published by
573782Sjasone# the Free Software Foundation; either version 3 of the License, or
673782Sjasone# (at your option) any later version.
773782Sjasone#
873782Sjasone# This program is distributed in the hope that it will be useful,
973782Sjasone# but WITHOUT ANY WARRANTY; without even the implied warranty of
1073782Sjasone# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1173782Sjasone# GNU General Public License for more details.
1273782Sjasone#
1373782Sjasone# You should have received a copy of the GNU General Public License
1473782Sjasone# along with this program; if not, write to the Free Software
1573782Sjasone# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
1673782Sjasone
1773782Sjasone# EPIPHANY assembler testsuite. -*- Tcl -*-
1873782Sjasone
1973782Sjasoneif [istarget epiphany*-*-*] {
2073782Sjasone    run_dump_test "allinsn"
2173782Sjasone    run_dump_test "regression"
2273782Sjasone    run_dump_test "sample"
2373782Sjasone    run_dump_test "branch_lit"
2473782Sjasone    run_dump_test "badrelax"
2573782Sjasone    gas_test_error "badpostmod" "" "destination register modified by displacement-post-modified address"
2673782Sjasone    run_dump_test "addr-syntax"
2773782Sjasone}
2873782Sjasone