public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: "gongyq" <gongyq@vlsi.zju.edu.cn>
Cc: cgen@sources.redhat.com
Subject: Re: a problem about simulator test
Date: Tue, 03 Sep 2002 07:55:00 -0000	[thread overview]
Message-ID: <15732.52601.727820.87373@tooth.toronto.redhat.com> (raw)
In-Reply-To: <009c01c24fff$464c8570$7f6f0e0a@gongyq>

Hi.

Sorry, I can't quote your message in my reply due to my mailer and
your character set ;-).  Your question was about the inability to run
`make check' in the sim directory.  You need to make a few changes to
the `sim' configure script to make the sim/configure script create a
`testsuite' directory and run dejagnu.  Here's an example:

1999-07-16  Ben Elliston  <bje@cygnus.com>

	* configure.in: Configure the testsuite directory for arm.
	* configure: Regenerate.

-  arm*-*-*)            sim_target=arm ;;
+  arm*-*-*)
+       sim_target=arm
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;

Then, any *.exp files in the testsuite/sim/arm/ directory will be run
by DejaGnu.  Hope this helps,

Ben

           reply	other threads:[~2002-09-03 14:55 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <009c01c24fff$464c8570$7f6f0e0a@gongyq>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15732.52601.727820.87373@tooth.toronto.redhat.com \
    --to=bje@redhat.com \
    --cc=cgen@sources.redhat.com \
    --cc=gongyq@vlsi.zju.edu.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).