public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* Re: a problem about simulator test
       [not found] <009c01c24fff$464c8570$7f6f0e0a@gongyq>
@ 2002-09-03  7:55 ` Ben Elliston
  0 siblings, 0 replies; only message in thread
From: Ben Elliston @ 2002-09-03  7:55 UTC (permalink / raw)
  To: gongyq; +Cc: cgen

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-03 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <009c01c24fff$464c8570$7f6f0e0a@gongyq>
2002-09-03  7:55 ` a problem about simulator test Ben Elliston

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).